- Introduction
- Dependencies
- Build
- License
Real-time Video Capture is a simple application for capturing periodicly images from a camera and applying some computer vision processing on it. The PTask lib were used to ensure task-related real-times properties.
- cmake >= 3.5
- All OSes : click here for installation instructions
- make >= 3.1
- Linux : make is installed by default on most Linux distributions
- PTask
- Periodic Real-Time Task interface facility to pthreads, click here for installation instructions
- OpenCv
CMake is used as its build system for generating makefiles.
git clone https://github.com/sendjasni/ReVC_opencv.git
mkdir build && cd build
cmake .. && make
sudo ./revc_opencv
ReVC_opencv is open source software licensed as GNU.