[PATCH v2 2/4] ipa: rpi: cam_helper: Add Sony IMX327
Jacopo Mondi
jacopo.mondi at ideasonboard.com
Tue Nov 19 13:57:44 CET 2024
Hi Geoffrey
On Mon, Nov 18, 2024 at 11:53:08PM +0100, Geoffrey Van Landeghem wrote:
> Signed-off-by: Geoffrey Van Landeghem <geoffrey.vl at gmail.com>
As said, even if trivial, we need a commit message for each patch.
That apart, this looks good to me
Reviewed-by: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
I'll let rpi ack the tuning files (David already did I think)
> ---
> src/ipa/rpi/cam_helper/cam_helper_imx290.cpp | 1 +
> 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