libcamera: camera_sensor: Add IMX296 sensor properties

The Sony IMX296 is a global shutter sensor with a 1456x1088 pixel array
size, with a recommended resolution after CFA interpolation of
1440x1080.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2021-05-30 22:20:43 +03:00
parent b9b5e776f6
commit 91021c38e4

View file

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