From 78f083c73069c8e2c020e4206ecfb25a813b97e9 Mon Sep 17 00:00:00 2001 From: Eric Bezzam Date: Thu, 30 Nov 2023 14:35:23 +0100 Subject: [PATCH] Better commentsfor capture config. --- configs/capture.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/capture.yaml b/configs/capture.yaml index 8ffdd769..836a1ac8 100644 --- a/configs/capture.yaml +++ b/configs/capture.yaml @@ -7,14 +7,14 @@ exp: 0.5 config_pause: 2 sensor_mode: "0" # {'off': 0, 'auto': 1, 'sunlight': 2, 'cloudy': 3, 'shade': 4, 'tungsten': 5, 'fluorescent': 6, 'incandescent': 7, 'flash': 8, 'horizon': 9} iso: 100 -# awb_gains: null # to use gains estimte by system +# awb_gains: null # to use gains estimated by system awb_gains: [1.9, 1.2] # -- only one of below should be set down: null # downsample from maximum resolution res: null # desired resolution -# -- below only used if bayer=True, capture Bayer data but return as RGB or grayscale +# -- below only used if bayer=True, i.e. capture Bayer data but return as RGB/grayscale rgb: False gray: False nbits_out: 8 \ No newline at end of file