An open API service indexing awesome lists of open source software.

https://github.com/codingspirit/v4l2capturer

V4l2Capturer: a tiny library helps you get H.264/YUYV frames from v4l2 capture devices
https://github.com/codingspirit/v4l2capturer

linux raspberry-pi v4l2

Last synced: 3 months ago
JSON representation

V4l2Capturer: a tiny library helps you get H.264/YUYV frames from v4l2 capture devices

Awesome Lists containing this project

README

          

# V4l2Capturer

V4l2Capturer: a tiny library helps you get H.264/YUYV frames from v4l2 capture devices

## Notice
This library needs to dynamically link with **libv4l**, which could be installed via command `sudo apt install libv4l-dev` on Debian-like systems. See [libv4l-dev](https://packages.debian.org/sid/libv4l-dev) for more details.

## License
[Apache 2.0](LICENSE)