[libcamera-devel] [PATCH v2 4/7] test: ipa_data_serializer: Remove controls::AeEnable

Paul Elder paul.elder at ideasonboard.com
Fri Oct 1 12:33:22 CEST 2021


Remove controls::AeEnable from the IPA data serializer test, as it is no
longer an available control.

Bug: https://bugs.libcamera.org/show_bug.cgi?id=42
Bug: https://bugs.libcamera.org/show_bug.cgi?id=43
Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>

---
No change in v2
---
 test/serialization/ipa_data_serializer_test.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/serialization/ipa_data_serializer_test.cpp b/test/serialization/ipa_data_serializer_test.cpp
index 5fcdcb8e..85ad4d04 100644
--- a/test/serialization/ipa_data_serializer_test.cpp
+++ b/test/serialization/ipa_data_serializer_test.cpp
@@ -33,7 +33,6 @@ using namespace std;
 using namespace libcamera;
 
 static const ControlInfoMap Controls = ControlInfoMap({
-		{ &controls::AeEnable, ControlInfo(false, true) },
 		{ &controls::ExposureTime, ControlInfo(0, 999999) },
 		{ &controls::AnalogueGain, ControlInfo(1.0f, 32.0f) },
 		{ &controls::ColourGains, ControlInfo(0.0f, 32.0f) },
-- 
2.27.0



More information about the libcamera-devel mailing list