[libcamera-devel] [PATCH] cam: Update command line description for stream role option

Naushir Patuck naush at raspberrypi.com
Fri Nov 27 15:04:03 CET 2020


The description text lists "stillraw" as a stream role option. This is
incorrect, it should be listed as "raw" instead.

Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
---
 src/cam/stream_options.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cam/stream_options.cpp b/src/cam/stream_options.cpp
index 27cc3912..c58272c2 100644
--- a/src/cam/stream_options.cpp
+++ b/src/cam/stream_options.cpp
@@ -13,7 +13,7 @@ using namespace libcamera;
 StreamKeyValueParser::StreamKeyValueParser()
 {
 	addOption("role", OptionString,
-		  "Role for the stream (viewfinder, video, still, stillraw)",
+		  "Role for the stream (viewfinder, video, still, raw)",
 		  ArgumentRequired);
 	addOption("width", OptionInteger, "Width in pixels",
 		  ArgumentRequired);
-- 
2.25.1



More information about the libcamera-devel mailing list