From c0c5c2819a1141238f114d93c0ee1d1a7c8bc3c4 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 9 Sep 2022 17:16:27 +0200 Subject: cam: capture_script: Add LSC test script Add a test script that allows to test the LSC correction effect. The script runs the AWB in manual mode with values taken from a previous run with Awb in auto mode. When the AWB is disabled, enable the LSC correction to visually see the improvements in image quality. Signed-off-by: Jacopo Mondi --- src/apps/cam/lsc_test.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/apps/cam/lsc_test.yaml (limited to 'src/apps/cam/lsc_test.yaml') diff --git a/src/apps/cam/lsc_test.yaml b/src/apps/cam/lsc_test.yaml new file mode 100644 index 00000000..f76c6423 --- /dev/null +++ b/src/apps/cam/lsc_test.yaml @@ -0,0 +1,13 @@ +properties: + - loop: 100 + +frames: + - 0: + AwbEnable: false + ColourGains: [1.02712, 1.23938] + LensShadingEnable: true + + - 50: + AwbEnable: true + LensShadingEnable: false + -- cgit v1.2.1