ipa: rpi: imx500: Update exposure profiles

Allow the max gain to go upto 16x.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
Naushir Patuck
2026-04-15 09:40:49 +01:00
committed by Konsta
parent 2c5a3a0e9c
commit a0f996c21c
2 changed files with 12 additions and 7 deletions

View File

@@ -344,18 +344,18 @@
{
"normal":
{
"shutter": [ 100, 10000, 30000, 60000, 66666 ],
"gain": [ 1.0, 1.5, 2.0, 4.0, 8.0 ]
"shutter": [ 100, 10000, 30000, 60000, 120000 ],
"gain": [ 1.0, 1.5, 2.0, 4.0, 16.0 ]
},
"short":
{
"shutter": [ 100, 5000, 10000, 20000, 60000 ],
"gain": [ 1.0, 1.5, 2.0, 4.0, 8.0 ]
"shutter": [ 100, 5000, 10000, 20000, 120000 ],
"gain": [ 1.0, 1.5, 2.0, 4.0, 16.0 ]
},
"long":
{
"shutter": [ 100, 10000, 30000, 60000, 90000, 120000 ],
"gain": [ 1.0, 1.5, 2.0, 4.0, 8.0, 12.0 ]
"gain": [ 1.0, 1.5, 2.0, 4.0, 8.0, 16.0 ]
}
},
"constraint_modes":

View File

@@ -232,12 +232,17 @@
"normal":
{
"shutter": [ 100, 10000, 30000, 60000, 120000 ],
"gain": [ 1.0, 2.0, 4.0, 6.0, 6.0 ]
"gain": [ 1.0, 1.5, 2.0, 4.0, 16.0 ]
},
"short":
{
"shutter": [ 100, 5000, 10000, 20000, 120000 ],
"gain": [ 1.0, 2.0, 4.0, 6.0, 6.0 ]
"gain": [ 1.0, 1.5, 2.0, 4.0, 16.0 ]
},
"long":
{
"shutter": [ 100, 10000, 30000, 60000, 90000, 120000 ],
"gain": [ 1.0, 1.5, 2.0, 4.0, 8.0, 16.0 ]
}
},
"constraint_modes":