summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/data/imx477_noir.json
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2022-01-24 10:31:07 +0000
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-02-03 02:40:09 +0200
commit348a273c2bab1fc9524e1f2032fb46109e252ee9 (patch)
tree051b7aa3bf0faddedf6dadffc5badab05c156446 /src/ipa/raspberrypi/data/imx477_noir.json
parente875503bc4a40e5043fb045942535b865692ff60 (diff)
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 <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/raspberrypi/data/imx477_noir.json')
-rw-r--r--src/ipa/raspberrypi/data/imx477_noir.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipa/raspberrypi/data/imx477_noir.json b/src/ipa/raspberrypi/data/imx477_noir.json
index 290e8264..7d4fc7da 100644
--- a/src/ipa/raspberrypi/data/imx477_noir.json
+++ b/src/ipa/raspberrypi/data/imx477_noir.json
@@ -69,7 +69,7 @@
],
"gain":
[
- 1.0, 2.0, 4.0, 6.0, 6.0
+ 1.0, 2.0, 4.0, 6.0, 8.0
]
},
"short":
@@ -80,7 +80,7 @@
],
"gain":
[
- 1.0, 2.0, 4.0, 6.0, 6.0
+ 1.0, 2.0, 4.0, 6.0, 8.0
]
},
"long":
@@ -91,7 +91,7 @@
],
"gain":
[
- 1.0, 2.0, 4.0, 6.0, 6.0
+ 1.0, 2.0, 4.0, 6.0, 12.0
]
}
},