From 57b5210f37f4b6342abc9608740f946e6277eac1 Mon Sep 17 00:00:00 2001 From: Ben Benson Date: Fri, 25 Aug 2023 16:58:23 +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 Reviewed-by: Naushir Patuck --- utils/raspberrypi/ctt/ctt_pretty_print_json.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/raspberrypi/ctt/ctt_pretty_print_json.py') diff --git a/utils/raspberrypi/ctt/ctt_pretty_print_json.py b/utils/raspberrypi/ctt/ctt_pretty_print_json.py index 5d16b2a6..d3bd7d97 100755 --- a/utils/raspberrypi/ctt/ctt_pretty_print_json.py +++ b/utils/raspberrypi/ctt/ctt_pretty_print_json.py @@ -24,6 +24,10 @@ class Encoder(json.JSONEncoder): 'luminance_lut': 16, 'ct_curve': 3, 'ccm': 3, + 'lut_rx': 9, + 'lut_bx': 9, + 'lut_by': 9, + 'lut_ry': 9, 'gamma_curve': 2, 'y_target': 2, 'prior': 2 -- cgit v1.2.1