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