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