summaryrefslogtreecommitdiff
path: root/utils/raspberrypi/ctt/ctt_pisp.py
diff options
context:
space:
mode:
authorBen Benson <ben.benson@raspberrypi.com>2024-06-06 11:15:08 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-06-13 11:02:16 +0100
commit8bea2d5a8adf1901f49e6449a731e3fd02272b3d (patch)
tree049daee7e8d6cf6ba49010dc14902b785754bee3 /utils/raspberrypi/ctt/ctt_pisp.py
parentd13542c28f291b88e29f1142d6dff565e772a05c (diff)
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 <ben.benson@raspberrypi.com> Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Tested-by: Naushir Patuck <naush@raspberrypi.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_pisp.py')
-rwxr-xr-xutils/raspberrypi/ctt/ctt_pisp.py2
1 files changed, 2 insertions, 0 deletions
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,