Changes between Version 2 and Version 3 of linux/v4l2
- Timestamp:
- 10/05/2018 09:32:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/v4l2
v2 v3 2 2 3 3 = Linux Video4Linux2 API (v4l2) 4 The Linux Video4Linux2 (v4l2) API is the kernel's video input and output interface. 5 6 4 Video4Linux or V4L is a collection of device drivers and an API for supporting readltime video capture on Linux systems. Various V4L drivers will create /dev/video* nodes in the filesystem that can be operated on for video capture. 5 6 7 [=#v4l2-ctl] 7 8 == v4l2-ctl utility 8 The {{{v4l2-ctl}}} userspace application can be used to query or configure a v4l2 device. For complete information, including output resolutions etc , use the following: 9 The {{{v4l2-ctl}}} application from the {{{v4l-utils}}} package can be used to query or configure a v4l2 device. 10 11 For complete information, including output resolutions etc , use the following: 9 12 {{{#!bash 10 13 root@ventana:~# v4l2-ctl --device /dev/video3 --all # query all details about /dev/video3 11 14 }}} 15 12 16 13 17 See Also: