src: ipa: raspberrypi: Add missing 'cloudy' AWB mode
Support the 'cloudy' AWB mode which was left out when the AwbModeTable was introduced. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
de5d03673c
commit
589d4e6c20
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue