mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
test: ipa_data_serialization: Use DebugMetadataEnable
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@jmondi.org> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
bad8d591f8
commit
72b2c9dddf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ using namespace std;
|
||||||
using namespace libcamera;
|
using namespace libcamera;
|
||||||
|
|
||||||
static const ControlInfoMap Controls = ControlInfoMap({
|
static const ControlInfoMap Controls = ControlInfoMap({
|
||||||
{ &controls::AeEnable, ControlInfo(false, true) },
|
{ &controls::DebugMetadataEnable, ControlInfo(false, true) },
|
||||||
{ &controls::ExposureTime, ControlInfo(0, 999999) },
|
{ &controls::ExposureTime, ControlInfo(0, 999999) },
|
||||||
{ &controls::AnalogueGain, ControlInfo(1.0f, 32.0f) },
|
{ &controls::AnalogueGain, ControlInfo(1.0f, 32.0f) },
|
||||||
{ &controls::ColourGains, ControlInfo(0.0f, 32.0f) },
|
{ &controls::ColourGains, ControlInfo(0.0f, 32.0f) },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue