xref: /linux/Documentation/userspace-api/media/v4l/v4l2grab-example.rst (revision a3345015c2aefd38fff0cf0908045ddb74f5bccc)
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