8 releases
0.3.3 | Dec 16, 2023 |
---|---|
0.3.2 | Sep 20, 2023 |
0.3.1 | Jul 31, 2023 |
0.3.0 | Feb 5, 2023 |
0.0.0 | May 1, 2022 |
#214 in Video
21 downloads per month
Used in compeg
105KB
2.5K
SLoC
V4L2 userspace library
This is a Linux Video library that provides access to V4L2 devices.
It directly calls the V4L2 ioctls without depending on libv4l
or other C code.
Reference
The V4L2 userspace API is documented in the following places:
/usr/include/linux/videodev2.h
- https://kernel.org/doc/html/latest/userspace-api/media/index.html
lib.rs
:
Linux video device library.
This library provides a (hopefully) convenient and high-level wrapper around the V4L2 ioctls, and allows accessing video devices (capture cards, webcams, etc.) on Linux systems.
Dependencies
~1.5MB
~37K SLoC