From 8bea2d5a8adf1901f49e6449a731e3fd02272b3d Mon Sep 17 00:00:00 2001 From: Ben Benson Date: Thu, 6 Jun 2024 11:15:08 +0100 Subject: utils: raspberrypi: ctt: Added CAC support to the CTT Added the ability to tune the chromatic aberration correction within the ctt. There are options for cac_only or to tune as part of a larger tuning process. CTT will now recognise any files that begin with "cac" as being chromatic aberration tuning files. Signed-off-by: Ben Benson Signed-off-by: David Plowman Reviewed-by: Naushir Patuck Tested-by: Naushir Patuck Acked-by: Kieran Bingham Signed-off-by: Kieran Bingham --- utils/raspberrypi/ctt/ctt_pisp.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/raspberrypi/ctt/ctt_pisp.py') diff --git a/utils/raspberrypi/ctt/ctt_pisp.py b/utils/raspberrypi/ctt/ctt_pisp.py index f837e062..862587a6 100755 --- a/utils/raspberrypi/ctt/ctt_pisp.py +++ b/utils/raspberrypi/ctt/ctt_pisp.py @@ -197,6 +197,8 @@ json_template = { }, "rpi.ccm": { }, + "rpi.cac": { + }, "rpi.sharpen": { "threshold": 0.25, "limit": 1.0, -- cgit v1.2.1