diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2022-09-09 17:16:27 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2023-03-08 15:38:15 +0100 |
commit | c0c5c2819a1141238f114d93c0ee1d1a7c8bc3c4 (patch) | |
tree | 34a176fe2b9f3d19092e1af90b8a948ee8de903b | |
parent | 70e2fd6dff3a4257fb2a94442e62ea0b5b5bd8c1 (diff) |
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 <jacopo@jmondi.org>
-rw-r--r-- | src/apps/cam/lsc_test.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 + |