[PATCH v3 15/23] libtuning: Remove need for Cam object from ccm

Paul Elder paul.elder at ideasonboard.com
Thu Jul 4 11:46:29 CEST 2024


On Wed, Jul 03, 2024 at 04:17:04PM +0200, Stefan Klug wrote:
> Remove the need for the Cam object, as we don't want to port
> it from Raspberry Pi.
> 
> Signed-off-by: Stefan Klug <stefan.klug at ideasonboard.com>
> Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Paul Elder <paul.elder at ideasonboard.com>

> ---
>  utils/tuning/libtuning/ctt_ccm.py | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/utils/tuning/libtuning/ctt_ccm.py b/utils/tuning/libtuning/ctt_ccm.py
> index 086ef8a2580b..2e87a6679f20 100644
> --- a/utils/tuning/libtuning/ctt_ccm.py
> +++ b/utils/tuning/libtuning/ctt_ccm.py
> @@ -62,9 +62,8 @@ FInds colour correction matrices for list of images
>  """
>  
>  
> -def ccm(Cam, cal_cr_list, cal_cb_list):
> +def ccm(imgs, cal_cr_list, cal_cb_list):
>      global matrix_selection_types, typenum
> -    imgs = Cam.imgs
>      """
>      standard macbeth chart colour values
>      """
> -- 
> 2.43.0
> 


More information about the libcamera-devel mailing list