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

Jacopo Mondi jacopo at jmondi.org
Sat Nov 28 11:40:54 CET 2020


Hi Naush,

On Fri, Nov 27, 2020 at 02:04:03PM +0000, 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: Jacopo Mondi <jacopo at jmondi.org>

Thanks
  j

> ---
>  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
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel


More information about the libcamera-devel mailing list