[libcamera-devel] [PATCH v3 4/4] ipa: raspberrypi: Fix the imx296 mono tuning black level

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Oct 4 21:41:50 CEST 2022


Hi Naush,

Thank you for the patch.

On Mon, Oct 03, 2022 at 10:55:58AM +0100, Naushir Patuck via libcamera-devel wrote:
> The sensor black level is 60 (in 10-bits), fix this in the mono variant tuning
> file.
> 
> Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
> Reviewed-by: David Plowman <david.plowman at raspberrypi.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  src/ipa/raspberrypi/data/imx296_mono.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/ipa/raspberrypi/data/imx296_mono.json b/src/ipa/raspberrypi/data/imx296_mono.json
> index 490c0fda0cca..b68b11dbd609 100644
> --- a/src/ipa/raspberrypi/data/imx296_mono.json
> +++ b/src/ipa/raspberrypi/data/imx296_mono.json
> @@ -5,7 +5,7 @@
>          {
>              "rpi.black_level":
>              {
> -                "black_level": 4096
> +                "black_level": 3840
>              }
>          },
>          {

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list