A simple video4linux2 library.
- Internal continuous grabbing.
- Loopback frame replication.
LGPLv2
libcollections: for thread independent error code and reference count.
In order to compile the project you must have at least the following programs installed;
- C compiler
- CMake, at least version 2.8
After installing them you can compile the project using the commands:
- mkdir build
- cd build
- cmake ..
- make