The conversion script added some comments at the end. They point to the original DocBook files, with will be removed after the manual fixes. So, they'll be pointing to nowere. So, remove those comments. They'll be forever stored at the Kernel tree. So, if someone wants the references, it is just a matter of looking at the backlog. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
18 lines
382 B
ReStructuredText
18 lines
382 B
ReStructuredText
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
.. _v4l2grab-example:
|
|
|
|
**********************************
|
|
Video Grabber example using libv4l
|
|
**********************************
|
|
|
|
This program demonstrates how to grab V4L2 images in ppm format by using
|
|
libv4l handlers. The advantage is that this grabber can potentially work
|
|
with any V4L2 driver.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
v4l2grab.c
|