[PATCH v4 4/8] test: ipa_data_serialization: Use DebugMetadataEnable
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Dec 10 03:39:57 CET 2024
Hi Paul,
Thank you for the patch.
On Thu, Dec 05, 2024 at 08:22:37PM +0900, Paul Elder wrote:
> From: Jacopo Mondi <jacopo at jmondi.org>
>
> Replace the deprecated AeEnable control with DebugMetadataEnable
> in ipa_data_serialization test. We use DebugMetadataEnable instead of
> one of the controls replacing AeEnable as they are not boolean controls.
>
> Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
> Reviewed-by: Paul Elder <paul.elder at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> Changes in v4:
> - s/ExposureTimeMode/DebugMetadataEnable/
>
> No change in v3
> ---
> test/serialization/ipa_data_serializer_test.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/serialization/ipa_data_serializer_test.cpp b/test/serialization/ipa_data_serializer_test.cpp
> index aea63c73187e..afea93a6c24d 100644
> --- a/test/serialization/ipa_data_serializer_test.cpp
> +++ b/test/serialization/ipa_data_serializer_test.cpp
> @@ -29,7 +29,7 @@ using namespace std;
> using namespace libcamera;
>
> static const ControlInfoMap Controls = ControlInfoMap({
> - { &controls::AeEnable, ControlInfo(false, true) },
> + { &controls::DebugMetadataEnable, ControlInfo(false, true) },
> { &controls::ExposureTime, ControlInfo(0, 999999) },
> { &controls::AnalogueGain, ControlInfo(1.0f, 32.0f) },
> { &controls::ColourGains, ControlInfo(0.0f, 32.0f) },
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list