[libcamera-devel] [PATCH 1/4] libcamera: camera_sensor: Add IMX296 sensor properties

Naushir Patuck naush at raspberrypi.com
Mon Dec 20 08:36:25 CET 2021


Hi Laurent,

Thank you for your work.

On Sun, 19 Dec 2021 at 23:27, Laurent Pinchart <
laurent.pinchart at ideasonboard.com> wrote:

> The Sony IMX296 is a global shutter sensor with a 1456x1088 pixel array
> size, with a recommended resolution after CFA interpolation of
> 1440x1080.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
>

Reviewed-by: Naushir Patuck <naush <naushir at gmail.com>@raspberrypi.com>


> ---
>  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 48305ac481ed..e0086691a61e 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 },
>                         },
>                 } },
> +               { "imx296", {
> +                       .unitCellSize = { 3450, 3450 },
> +                       .testPatternModes = {},
> +               } },
>                 { "ov5647", {
>                         .unitCellSize = { 1400, 1400 },
>                         .testPatternModes = {},
> --
> Regards,
>
> Laurent Pinchart
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20211220/2f7c0edf/attachment.htm>


More information about the libcamera-devel mailing list