Controlling a Video Camera with v4l2 and OpenCV
Dependency | Version |
---|---|
libv4l-dev | |
libyaml-cpp-dev | |
OpenCV | >=4.2.0 |
C++ | >=14 |
CMake | >=3.12.0 |
git clone https://github.com/rlggyp/v4l2-video-control.git
cd v4l2-video-control/v4l2
mkdir build
cd build
cmake ..
make
./main <camera_id>
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.