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>
This commit is contained in:
parent
ad4719c10c
commit
49fd9e52f4
1 changed files with 4 additions and 11 deletions
|
@ -14,25 +14,18 @@
|
||||||
{
|
{
|
||||||
"rpi.lux":
|
"rpi.lux":
|
||||||
{
|
{
|
||||||
"reference_shutter_speed": 19184,
|
"reference_shutter_speed": 9998,
|
||||||
"reference_gain": 1.0,
|
"reference_gain": 1.0,
|
||||||
"reference_aperture": 1.0,
|
"reference_aperture": 1.0,
|
||||||
"reference_lux": 432,
|
"reference_lux": 823,
|
||||||
"reference_Y": 13773
|
"reference_Y": 12396
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rpi.noise":
|
"rpi.noise":
|
||||||
{
|
{
|
||||||
"reference_constant": 0,
|
"reference_constant": 0,
|
||||||
"reference_slope": 2.957
|
"reference_slope": 2.753
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"rpi.geq":
|
|
||||||
{
|
|
||||||
"offset": 185,
|
|
||||||
"slope": 0.0105
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue