[PATCH 2/4] libcamera: libipa: camera_sensor: Add Sony IMX327 cam helper

Jacopo Mondi jacopo.mondi at ideasonboard.com
Thu Nov 14 10:00:10 CET 2024


Hi Geoffrey

On Wed, Nov 13, 2024 at 11:35:55PM +0100, Geoffrey Van Landeghem wrote:
> Signed-off-by: Geoffrey Van Landeghem <geoffrey.vl at gmail.com>
> ---
>  src/ipa/rpi/cam_helper/cam_helper_imx290.cpp | 1 +

Why this has not been added to
src/ipa/libipa/camera_sensor_helpers.cpp and
src/libcamera/sensor/camera_sensor_properties.cpp ?


>  1 file changed, 1 insertion(+)
>
> diff --git a/src/ipa/rpi/cam_helper/cam_helper_imx290.cpp b/src/ipa/rpi/cam_helper/cam_helper_imx290.cpp
> index 0cc24a6d..3b87751e 100644
> --- a/src/ipa/rpi/cam_helper/cam_helper_imx290.cpp
> +++ b/src/ipa/rpi/cam_helper/cam_helper_imx290.cpp
> @@ -73,4 +73,5 @@ static CamHelper *create()
>  }
>
>  static RegisterCamHelper reg("imx290", &create);
> +static RegisterCamHelper reg327("imx327", &create);
>  static RegisterCamHelper reg462("imx462", &create);
> --
> 2.43.0
>


More information about the libcamera-devel mailing list