From 348a273c2bab1fc9524e1f2032fb46109e252ee9 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 24 Jan 2022 10:31:07 +0000 Subject: ipa: raspberrypi: config: Increase the max gain in the exposure profiles Increase the maximum allowable gain from 6.0 to 8.0 in the normal and short exposure profiles for all camera sensors. Increase this limit to 12.0 for the long exposure profiles for sensors where this has been defined. The 6.0x value was somewhat arbitrarily chosen, and does limit the total exposure in dark conditions. Signed-off-by: Naushir Patuck Reviewed-by: David Plowman Reviewed-by: Kieran Bingham Signed-off-by: Laurent Pinchart --- src/ipa/raspberrypi/data/imx477.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ipa/raspberrypi/data/imx477.json') diff --git a/src/ipa/raspberrypi/data/imx477.json b/src/ipa/raspberrypi/data/imx477.json index 9bee3f16..d07febd2 100644 --- a/src/ipa/raspberrypi/data/imx477.json +++ b/src/ipa/raspberrypi/data/imx477.json @@ -137,7 +137,7 @@ ], "gain": [ - 1.0, 2.0, 4.0, 6.0, 6.0 + 1.0, 2.0, 4.0, 6.0, 8.0 ] }, "short": @@ -148,7 +148,7 @@ ], "gain": [ - 1.0, 2.0, 4.0, 6.0, 6.0 + 1.0, 2.0, 4.0, 6.0, 8.0 ] }, "long": @@ -159,7 +159,7 @@ ], "gain": [ - 1.0, 2.0, 4.0, 6.0, 6.0 + 1.0, 2.0, 4.0, 6.0, 12.0 ] } }, -- cgit v1.2.1