[libcamera-devel] [PATCH] cam: Update command line description for stream role option
Niklas Söderlund
niklas.soderlund at ragnatech.se
Fri Nov 27 15:31:29 CET 2020
Hi Naush,
Thanks for your work.
On 2020-11-27 14:04:03 +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>
Nice catch,
Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
> ---
> 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
--
Regards,
Niklas Söderlund
More information about the libcamera-devel
mailing list