[libcamera-devel] [PATCH 5/5] Documentation: guides: pipeline-handler: Fix capture flag usage

Nícolas F. R. A. Prado nfraprado at collabora.com
Wed Mar 17 20:28:31 CET 2021


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 at collabora.com>
---
 Documentation/guides/pipeline-handler.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst
index bcce86793ccd..8ef83fea9837 100644
--- a/Documentation/guides/pipeline-handler.rst
+++ b/Documentation/guides/pipeline-handler.rst
@@ -1433,7 +1433,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.
 
-- 
2.30.2



More information about the libcamera-devel mailing list