From 64d4e596a4065d78458adf95ddfc3f74e43a11d4 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Tue, 11 Jun 2024 15:02:50 +0200 Subject: libtuning: Remove need for Cam object from ccm Remove the need for the Cam object, as we don't want to port it from Raspberry Pi. Signed-off-by: Stefan Klug Reviewed-by: Laurent Pinchart Reviewed-by: Paul Elder --- 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 086ef8a2..2e87a667 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 """ -- cgit v1.2.1