[libcamera-devel] [PATCH] libcamera: add OV5693 sensor properties
Jacopo Mondi
jacopo at jmondi.org
Tue May 25 12:38:02 CEST 2021
Hi Jm
On Tue, May 25, 2021 at 07:56:14AM +0200, jeanmichel.hautbois at ideasonboard.com wrote:
> From: Jean-Michel Hautbois <jeanmichel.hautbois at ideasonboard.com>
>
> 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 at ideasonboard.com>
> ---
> src/libcamera/camera_sensor_properties.cpp | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/src/libcamera/camera_sensor_properties.cpp b/src/libcamera/camera_sensor_properties.cpp
> index 6ded31dc..2a6e97f7 100644
> --- a/src/libcamera/camera_sensor_properties.cpp
> +++ b/src/libcamera/camera_sensor_properties.cpp
> @@ -54,6 +54,9 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
> { "ov13858", {
> .unitCellSize = { 1120, 1120 },
> } },
> + { "ov5693", {
> + .unitCellSize = { 1400, 1400 },
Don't have a datasheet to very, so I assume that's correct!
Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>
thanks
j
> + } },
> };
>
> const auto it = sensorProps.find(sensor);
> --
> 2.30.2
>
More information about the libcamera-devel
mailing list