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:
Jean-Michel Hautbois
2021-05-25 07:56:14 +02:00
parent 67a83e126b
commit 63c3c54592

View File

@@ -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);