xref: /linux/Documentation/userspace-api/media/v4l/v4l2grab-example.rst (revision 376cdcd3ff18c08540178bc95e1dba49228cd2bd)
1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2.. c:namespace:: V4L
3
4.. _v4l2grab-example:
5
6**********************************
7Video Grabber example using libv4l
8**********************************
9
10This program demonstrates how to grab V4L2 images in ppm format by using
11libv4l handlers. The advantage is that this grabber can potentially work
12with any V4L2 driver.
13
14
15.. toctree::
16    :maxdepth: 1
17
18    v4l2grab.c
19