libcamera: camera_sensor: Add IMX290 sensor properties

The Sony IMX290 is a rolling shutter sensor with a 1945x1109 pixel array
size, with a recommended resolution after CFA interpolation of
1920x1080.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2021-05-30 22:20:43 +03:00
parent 9bb0889baf
commit b90faccb2c

View File

@@ -90,6 +90,10 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
{ controls::draft::TestPatternModePn9, 4 },
},
} },
{ "imx290", {
.unitCellSize = { 2900, 2900 },
.testPatternModes = {},
} },
{ "imx296", {
.unitCellSize = { 3450, 3450 },
.testPatternModes = {},