libcamera: camera_sensor: Add OV64A40 sensor properties
Add an entry for the Omnivision OV64A40 Sensor which has a square pixel size of 1.008µ. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -208,6 +208,19 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||
*/
|
||||
},
|
||||
} },
|
||||
{ "ov64a40", {
|
||||
.unitCellSize = { 1008, 1008 },
|
||||
.testPatternModes = {
|
||||
{ controls::draft::TestPatternModeOff, 0 },
|
||||
{ controls::draft::TestPatternModeColorBars, 1 },
|
||||
{ controls::draft::TestPatternModeColorBarsFadeToGray, 2 },
|
||||
/*
|
||||
* No corresponding test patter mode
|
||||
* 3: "Vertical Color Bar Type 3",
|
||||
* 4: "Vertical Color Bar Type 4"
|
||||
*/
|
||||
},
|
||||
} },
|
||||
{ "ov8858", {
|
||||
.unitCellSize = { 1120, 1120 },
|
||||
.testPatternModes = {
|
||||
|
||||
Reference in New Issue
Block a user