Skip to content

Commit

Permalink
Better commentsfor capture config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Nov 30, 2023
1 parent ffe9b36 commit 78f083c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/capture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 78f083c

Please sign in to comment.