mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 18:42:25 -04:00
Media references belong to V4L namespace. Fix a lot of broken links when including videodev2.h and probably fixing several other broken cross-references between different files inside media docs. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <b69fc5bd43da7d326b9f4720df59388088c64065.1759329363.git.mchehab+huawei@kernel.org>
19 lines
427 B
ReStructuredText
19 lines
427 B
ReStructuredText
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
|
.. c:namespace:: V4L
|
|
|
|
.. _v4l2grab-example:
|
|
|
|
**********************************
|
|
Video Grabber example using libv4l
|
|
**********************************
|
|
|
|
This program demonstrates how to grab V4L2 images in ppm format by using
|
|
libv4l handlers. The advantage is that this grabber can potentially work
|
|
with any V4L2 driver.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
v4l2grab.c
|