diff options
author | Stefan Klug <stefan.klug@ideasonboard.com> | 2024-06-11 09:33:00 +0200 |
---|---|---|
committer | Stefan Klug <stefan.klug@ideasonboard.com> | 2024-07-05 22:38:16 +0200 |
commit | 6672c49cbfc3de5e59b3176ec4e72df7c843d193 (patch) | |
tree | 0cc49fa89f4ddd1380c94ba58536063b5082f295 /utils/tuning/config-example.yaml | |
parent | 797f59850201fcc267814be5c70d4730c4a67702 (diff) |
libtuning: Implement a minimal yaml parser
At the moment this just reads the yaml file and returns it verbatim.
This needs to evolve further in the near future.
Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'utils/tuning/config-example.yaml')
-rw-r--r-- | utils/tuning/config-example.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/tuning/config-example.yaml b/utils/tuning/config-example.yaml new file mode 100644 index 00000000..1b7f52cd --- /dev/null +++ b/utils/tuning/config-example.yaml @@ -0,0 +1,12 @@ +general: + disable: [] + plot: [] + alsc: + do_alsc_colour: 1 + luminance_strength: 0.5 + awb: + greyworld: 0 + macbeth: + small: 1 + show: 0 +# blacklevel: 32
\ No newline at end of file |