-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
example.config.yml
42 lines (31 loc) · 1019 Bytes
/
example.config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
##################
# Basic Settings #
##################
# Image resolution Set to empty object (`{ }`) to use default resolution.
resolution: { }
# width: 480
# height: 270
# The number of images to capture.
total_images: 10
# The interval between captures (in seconds).
interval: 1
# Whether to create an animated gif after capturing the time-lapse images.
create_gif: False
# Whether to create an video after capturing the time-lapse images.
create_video: False
#####################
# Advanced settings #
#####################
# ISO value. 0 = auto, 60-800 for manual ISO.
iso: 0
# Shutter speed. 0 = auto, else value in microseconds (seconds * 1000000).
shutter_speed: 0
# White balance. Set to empty object (`{ }`) to use auto white balance.
white_balance: { }
# red_gain: 1.3
# blue_gain: 1.75
# Rotate the images taken by the camera. Possible value are 0, 90, 180 or 270
rotation: 0
# Select the path, where the files will be saved. (default in same directory as executable)
dir_path: ./