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
- Host: GitHub
- URL: https://github.com/codingspirit/v4l2capturer
- Owner: codingspirit
- License: apache-2.0
- Created: 2021-09-01T09:22:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T02:57:01.000Z (over 3 years ago)
- Last Synced: 2023-03-06T12:34:12.767Z (almost 3 years ago)
- Topics: linux, raspberry-pi, v4l2
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)