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:
parent
f87be145cd
commit
aade93f503
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue