Skip to content

rlggyp/v4l2-video-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

v4l2-video-control

Controlling a Video Camera with v4l2 and OpenCV

Dependencies

Dependency Version
libv4l-dev
libyaml-cpp-dev
OpenCV >=4.2.0
C++ >=14
CMake >=3.12.0

Documentation Reference

Build

git clone https://github.com/rlggyp/v4l2-video-control.git
cd v4l2-video-control/v4l2

mkdir build
cd build
cmake ..
make

Usage

./main <camera_id>

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Controlling a Camera with v4l2 and OpenCV

Topics

Resources

License

Stars

Watchers

Forks