diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2023-06-07 12:48:07 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2023-06-07 20:30:05 +0100 |
commit | c6ff999053cef89813d6b2f4601b9ec5d2590167 (patch) | |
tree | 433a52200dddd08a9a1dcfb7bb14583ff1f0c3a3 /src/ipa/rpi/vc4/data/imx378.json | |
parent | e58121cfc13f570818a98fc79275021635c39782 (diff) |
ipa: rpi: tunings: Add missing short and long exposure profiles
Some sensor tuning files were missing the short and/or long exposure
mode profiles. Add the missing items to the relevant files.
As a drive-by, rename the "sport" exposure profile to "short" for the
IMX290 tuning.
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/rpi/vc4/data/imx378.json')
-rw-r--r-- | src/ipa/rpi/vc4/data/imx378.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ipa/rpi/vc4/data/imx378.json b/src/ipa/rpi/vc4/data/imx378.json index 8b4ed225..f7b68011 100644 --- a/src/ipa/rpi/vc4/data/imx378.json +++ b/src/ipa/rpi/vc4/data/imx378.json @@ -155,6 +155,11 @@ { "shutter": [ 100, 5000, 10000, 20000, 120000 ], "gain": [ 1.0, 2.0, 4.0, 6.0, 8.0 ] + }, + "long": + { + "shutter": [ 1000, 30000, 60000, 90000, 120000 ], + "gain": [ 1.0, 2.0, 4.0, 6.0, 12.0 ] } }, "constraint_modes": |