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