Expand description
V4L2 (Video for Linux 2) Device Interface
Provides a kernel-side V4L2-compatible device interface for video capture devices (webcams, capture cards). Implements the standard V4L2 ioctl commands and a test pattern generator.
All color math uses integer-only operations (no floating point).
Structs§
- V4l2
Buffer - V4L2 buffer descriptor
- V4l2
Capability - V4L2 device capabilities
- V4l2
Device - V4L2 device instance
- V4l2
FmtDesc - V4L2 format description (for enumeration)
- V4l2
PixFormat - V4L2 pixel format descriptor
Enums§
- V4l2
BufState - V4L2 buffer state
Functions§
- v4l2_
global_ ioctl - Process a V4L2 ioctl on the global device
- v4l2_
init - Initialize the V4L2 subsystem
- v4l2_
ioctl - Process a V4L2 ioctl command