A Qt/OpenCV-based webcam and audio recorder especially targeted for meetings. Supports up to two simultaneous cameras and writes video immediately to disk. Recorded files can be directly uploaded to server with SFTP. Also includes self-annotation buttons for meeting annotation.
Development happens here. Ready-made distribution packages for OS X and Windows can be found in the Re:Know WP3 folder.
Qt version >= 5.4 is recommended. It can be downloaded from Digia.
OpenCV can be installed using package managers, e.g. in Ubuntu Linux:
sudo apt-get install opencv-dev
or in OS X with MacPorts:
sudo port install opencv
Ubuntu:
sudo apt-get install v4l-utils
Ubuntu:
sudo apt-get install libssh2-1-dev
OS X / MacPorts:
sudo port install libssh2
PATH_TO_QT_BINDIR/qmake
make
One camera, of hd or fullhd resolution:
./mrecorder 0:hd
./mrecorder 0:fullhd
Two cameras, both in this example with hd resolution:
./mrecorder 0:hd 1:hd
Usage information
./mrecorder --help
mrecorder.app/Contents/MacOS/mrecorder