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

Kieran Bingham kieran.bingham at ideasonboard.com
Sun Nov 29 21:37:31 CET 2020


Hi Naush,

On 27/11/2020 14:04, Naushir Patuck wrote:
> 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>

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com> and pushed
to master with Jacopo and Niklas' tags.

Thanks.

Kieran


> ---
>  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);
> 

-- 
Regards
--
Kieran


More information about the libcamera-devel mailing list