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:
parent
b9b5e776f6
commit
91021c38e4
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue