Difference between revisions of "V4l"
Jump to navigation
Jump to search
m (Added width and height options to v4l2) |
m (Change template parameters (per revision 60997)) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | V4l is no longer current. Use v4l2 instead. | ||
+ | |||
== v4l == | == v4l == | ||
− | {{protocol| | + | {{protocol|V4L}} |
− | + | See [[Documentation:Modules/v4l]]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== v4l2 == | == v4l2 == | ||
− | {{protocol| | + | {{protocol|V4L2}} |
− | + | See [[Documentation:Modules/v4l2]]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Source code == | == Source code == | ||
{{file|modules/access/v4l.c|access module}} | {{file|modules/access/v4l.c|access module}} | ||
− | {{file|modules/access/v4l2.c|access module}} | + | {{file|modules/access/v4l2/v4l2.c|access module}} |
Latest revision as of 04:36, 19 April 2019
V4l is no longer current. Use v4l2 instead.
v4l
V4L
|
VLC uses this protocol (or access module) to read data from a device or network. This protocol is handled by the v4l module. |
See Documentation:Modules/v4l.
v4l2
V4L2
|
VLC uses this protocol (or access module) to read data from a device or network. This protocol is handled by the v4l2 module. |
See Documentation:Modules/v4l2.
Source code
- modules/access/v4l.c (access module)
- modules/access/v4l2/v4l2.c (access module)