Coder Social home page Coder Social logo

meeting-recorder's Introduction

meeting-recorder

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.

Requirements

Qt

Qt version >= 5.4 is recommended. It can be downloaded from Digia.

OpenCV

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

v4l-utils (Linux only)

Ubuntu:

sudo apt-get install v4l-utils

libssh2

Ubuntu:

sudo apt-get install libssh2-1-dev

OS X / MacPorts:

sudo port install libssh2

Compiling

PATH_TO_QT_BINDIR/qmake
make

Running

Linux

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

OS X

mrecorder.app/Contents/MacOS/mrecorder

meeting-recorder's People

Contributors

denis554 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.