libcamera: camera_sensor_properties: Add delays for imx415
Believed correct based on imx290. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
545046a41e
commit
549916fead
1 changed files with 6 additions and 1 deletions
|
@ -232,7 +232,12 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||||
{ "imx415", {
|
{ "imx415", {
|
||||||
.unitCellSize = { 1450, 1450 },
|
.unitCellSize = { 1450, 1450 },
|
||||||
.testPatternModes = {},
|
.testPatternModes = {},
|
||||||
.sensorDelays = { },
|
.sensorDelays = {
|
||||||
|
.exposureDelay = 2,
|
||||||
|
.gainDelay = 2,
|
||||||
|
.vblankDelay = 2,
|
||||||
|
.hblankDelay = 2
|
||||||
|
},
|
||||||
} },
|
} },
|
||||||
{ "imx462", {
|
{ "imx462", {
|
||||||
.unitCellSize = { 2900, 2900 },
|
.unitCellSize = { 2900, 2900 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue