diff options
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_config_example.json')
-rw-r--r-- | utils/raspberrypi/ctt/ctt_config_example.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/utils/raspberrypi/ctt/ctt_config_example.json b/utils/raspberrypi/ctt/ctt_config_example.json new file mode 100644 index 00000000..1105862c --- /dev/null +++ b/utils/raspberrypi/ctt/ctt_config_example.json @@ -0,0 +1,17 @@ +{ + "disable": [], + "plot": [], + "alsc": { + "do_alsc_colour": 1, + "luminance_strength": 0.8, + "max_gain": 8.0 + }, + "awb": { + "greyworld": 0 + }, + "blacklevel": -1, + "macbeth": { + "small": 0, + "show": 0 + } +} |