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:
@@ -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":
|
||||
|
||||
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user