libcamera: sensor: imx462: Add sensor delays to CameraSensorProperties

The sensor delays for IMX462 were missing from the CameraSensorProperties
table. They are identical to the IMX290, so copy those values.

Signed-off-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:
Naushir Patuck
2025-09-01 08:54:57 +01:00
committed by Kieran Bingham
parent e511a57c27
commit 076c965706
@@ -242,7 +242,12 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
{ "imx462", {
.unitCellSize = { 2900, 2900 },
.testPatternModes = {},
.sensorDelays = { },
.sensorDelays = {
.exposureDelay = 2,
.gainDelay = 2,
.vblankDelay = 2,
.hblankDelay = 2
},
} },
{ "imx477", {
.unitCellSize = { 1550, 1550 },