jgvictores / syncedCameraRecorder

Record synced videos from different webcams on the same PC!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syncedCameraRecorder

About

Intended for recording synced videos from different cameras. Can be used for developing 3D stereo vision applications with low-cost USB webcams! The current implementation uses Video4Linux, and has been tested on Ubuntu 14.10 with a variety of low-cost off-the-shelf cameras.

This repository was born due to the need of obtaining synced video recordings from different off-the-shelf USB webcams, in a parallel project: Connected images

Dependencies

  • OpenCV
  • YARP (only used for threads and semaphores, will be soon removed)

How to use it

[put how to launch file and parameters]

About

Record synced videos from different webcams on the same PC!

License:GNU General Public License v3.0


Languages

Language:C++ 91.9%Language:CMake 8.1%