diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2023-06-01 14:08:51 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-06-02 07:40:37 +0300 |
commit | 49fd9e52f4454b8c6ed35c945e4a44a6956de3b3 (patch) | |
tree | 6796b20dbba9683bc5937c5c5f2e7b0c62aaeaf9 | |
parent | ad4719c10c6a401a30784c2bfc83345b1af60b31 (diff) |
ipa: rpi: imx296: Small refinements to the IMX296 mono sensor tuning
Update the noise profile and reference lux level with newly taken
calibration pictures. Remove GEQ/cross-talk processing block as this is
a mono sensor.
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | src/ipa/rpi/vc4/data/imx296_mono.json | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/ipa/rpi/vc4/data/imx296_mono.json b/src/ipa/rpi/vc4/data/imx296_mono.json index 30965b4b..db020550 100644 --- a/src/ipa/rpi/vc4/data/imx296_mono.json +++ b/src/ipa/rpi/vc4/data/imx296_mono.json @@ -14,25 +14,18 @@ { "rpi.lux": { - "reference_shutter_speed": 19184, + "reference_shutter_speed": 9998, "reference_gain": 1.0, "reference_aperture": 1.0, - "reference_lux": 432, - "reference_Y": 13773 + "reference_lux": 823, + "reference_Y": 12396 } }, { "rpi.noise": { "reference_constant": 0, - "reference_slope": 2.957 - } - }, - { - "rpi.geq": - { - "offset": 185, - "slope": 0.0105 + "reference_slope": 2.753 } }, { |