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