ipa: raspberrypi: agc: Add "shadows" constraint mode
The "shadows" constraint mode actually exists in a number of tuning files, but had been omitted from the list of supported modes. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
c1cc37b2ee
commit
98fc381c68
1 changed files with 1 additions and 0 deletions
|
@ -778,6 +778,7 @@ static const std::map<int32_t, std::string> MeteringModeTable = {
|
||||||
static const std::map<int32_t, std::string> ConstraintModeTable = {
|
static const std::map<int32_t, std::string> ConstraintModeTable = {
|
||||||
{ controls::ConstraintNormal, "normal" },
|
{ controls::ConstraintNormal, "normal" },
|
||||||
{ controls::ConstraintHighlight, "highlight" },
|
{ controls::ConstraintHighlight, "highlight" },
|
||||||
|
{ controls::ConstraintShadows, "shadows" },
|
||||||
{ controls::ConstraintCustom, "custom" },
|
{ controls::ConstraintCustom, "custom" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue