[libcamera-devel] [PATCH] libcamera: camera_sensor: Add IMX290 sensor properties

Jacopo Mondi jacopo at jmondi.org
Mon Mar 28 14:56:38 CEST 2022


Hi Laurent,

On Mon, Mar 28, 2022 at 02:56:42PM +0300, Laurent Pinchart via libcamera-devel wrote:
> The Sony IMX290 is a rolling shutter sensor with a 1945x1109 pixel array
> size, with a recommended resolution after CFA interpolation of
> 1920x1080.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

I don't have a datasheet so I trust your calculations

Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>

Thanks
  j

> ---
>  src/libcamera/camera_sensor_properties.cpp | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/libcamera/camera_sensor_properties.cpp b/src/libcamera/camera_sensor_properties.cpp
> index 80a0bbac8901..7a3490125e11 100644
> --- a/src/libcamera/camera_sensor_properties.cpp
> +++ b/src/libcamera/camera_sensor_properties.cpp
> @@ -90,6 +90,10 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
>  				{ controls::draft::TestPatternModePn9, 4 },
>  			},
>  		} },
> +		{ "imx290", {
> +			.unitCellSize = { 2900, 2900 },
> +			.testPatternModes = {},
> +		} },
>  		{ "imx296", {
>  			.unitCellSize = { 3450, 3450 },
>  			.testPatternModes = {},
> --
> Regards,
>
> Laurent Pinchart
>


More information about the libcamera-devel mailing list