libcamera: add OV5693 sensor properties
The new sensor database has introduced several sensors, but ov5693 is missing. It is used on most MS Surface tablets, add it to the database. Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
@@ -54,6 +54,9 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||
{ "ov13858", {
|
||||
.unitCellSize = { 1120, 1120 },
|
||||
} },
|
||||
{ "ov5693", {
|
||||
.unitCellSize = { 1400, 1400 },
|
||||
} },
|
||||
};
|
||||
|
||||
const auto it = sensorProps.find(sensor);
|
||||
|
||||
Reference in New Issue
Block a user