[libcamera-devel] [PATCH 1/2] src: ipa: raspberrypi: Add missing 'cloudly' AWB mode
Naushir Patuck
naush at raspberrypi.com
Tue Nov 17 12:13:43 CET 2020
Hi David,
On Tue, 17 Nov 2020 at 09:32, David Plowman <david.plowman at raspberrypi.com>
wrote:
> This had just been forgotten.
>
> Signed-off-by: David Plowman <david.plowman at raspberrypi.com>
>
Reviewed-by: Naushir Patuck <naush at raspberrypi.com>
> ---
> src/ipa/raspberrypi/raspberrypi.cpp | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/ipa/raspberrypi/raspberrypi.cpp
> b/src/ipa/raspberrypi/raspberrypi.cpp
> index 4632d764..9853a343 100644
> --- a/src/ipa/raspberrypi/raspberrypi.cpp
> +++ b/src/ipa/raspberrypi/raspberrypi.cpp
> @@ -477,6 +477,7 @@ static const std::map<int32_t, std::string>
> AwbModeTable = {
> { controls::AwbFluorescent, "fluorescent" },
> { controls::AwbIndoor, "indoor" },
> { controls::AwbDaylight, "daylight" },
> + { controls::AwbCloudy, "cloudy" },
> { controls::AwbCustom, "custom" },
> };
>
> --
> 2.20.1
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20201117/c98e5f06/attachment.htm>
More information about the libcamera-devel
mailing list