Documentation: guides: pipeline-handler: Fix capture flag usage

The number of frames passed to the -C flag of cam should come right
after it, without a space, otherwise the value is discarded.
The log below already showed the correct usage, but the command in the
code-block was wrong, so fix it.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Nícolas F. R. A. Prado 2021-03-17 16:28:31 -03:00 committed by Laurent Pinchart
parent f87be145cd
commit aade93f503

View file

@ -1434,7 +1434,7 @@ capture through the pipeline through both of the cam and qcam utilities.
.. code-block:: shell .. code-block:: shell
ninja -C build ninja -C build
./build/src/cam/cam -c vivid -C 5 ./build/src/cam/cam -c vivid -C5
To test that the pipeline handler can detect a device, and capture input. To test that the pipeline handler can detect a device, and capture input.