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:
committed by
Laurent Pinchart
parent
f87be145cd
commit
aade93f503
@@ -1434,7 +1434,7 @@ capture through the pipeline through both of the cam and qcam utilities.
|
||||
.. code-block:: shell
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user