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_log.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 utils/raspberrypi/ctt/ctt_log.txt (limited to 'utils/raspberrypi/ctt/ctt_log.txt') diff --git a/utils/raspberrypi/ctt/ctt_log.txt b/utils/raspberrypi/ctt/ctt_log.txt new file mode 100644 index 00000000..682e24e4 --- /dev/null +++ b/utils/raspberrypi/ctt/ctt_log.txt @@ -0,0 +1,31 @@ +Log created : Fri Aug 25 17:02:58 2023 + +---------------------------------------------------------------------- +User Arguments +---------------------------------------------------------------------- + +Json file output: output.json +Calibration images directory: ../ctt/ +No configuration file input... using default options +No log file path input... using default: ctt_log.txt + +---------------------------------------------------------------------- +Image Loading +---------------------------------------------------------------------- + +Directory: ../ctt/ +Files found: 1 + +Image: alsc_3000k_0.dng +Identified as an ALSC image +Colour temperature: 3000 K + +Images found: +Macbeth : 0 +ALSC : 1 +CAC: 0 + +Camera metadata +ERROR: No usable macbeth chart images found + +---------------------------------------------------------------------- -- cgit v1.2.1