From 98fc381c68a372b78260b2940411a64ea9e5011c Mon Sep 17 00:00:00 2001 From: David Plowman Date: Tue, 11 Apr 2023 10:47:57 +0100 Subject: 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 Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- 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 9f3f3ac3..9c29fa9a 100644 --- a/src/ipa/raspberrypi/raspberrypi.cpp +++ b/src/ipa/raspberrypi/raspberrypi.cpp @@ -778,6 +778,7 @@ static const std::map MeteringModeTable = { static const std::map ConstraintModeTable = { { controls::ConstraintNormal, "normal" }, { controls::ConstraintHighlight, "highlight" }, + { controls::ConstraintShadows, "shadows" }, { controls::ConstraintCustom, "custom" }, }; -- cgit v1.2.1