ipa: raspberrypi: Fix the imx296 mono tuning black level

The sensor black level is 60 (in 10-bits), fix this in the mono variant tuning
file.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Naushir Patuck 2022-10-03 10:55:58 +01:00 committed by Laurent Pinchart
parent 0083df56f0
commit 487989eec6

View file

@ -5,7 +5,7 @@
{ {
"rpi.black_level": "rpi.black_level":
{ {
"black_level": 4096 "black_level": 3840
} }
}, },
{ {