-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcrabcamera.toml
More file actions
31 lines (28 loc) · 617 Bytes
/
crabcamera.toml
File metadata and controls
31 lines (28 loc) · 617 Bytes
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
[camera]
default_resolution = [
1920,
1080,
]
default_fps = 30
auto_reconnect = true
reconnect_attempts = 3
reconnect_delay_ms = 1000
[quality]
auto_retry_enabled = true
max_retry_attempts = 10
min_blur_threshold = 0.699999988079071
min_exposure_score = 0.6000000238418579
min_overall_score = 0.699999988079071
retry_delay_ms = 100
[storage]
output_directory = "./captures"
auto_organize_by_date = true
date_format = "YYYY-MM-DD"
default_format = "jpeg"
jpeg_quality = 95
auto_delete_low_quality = false
[advanced]
focus_stacking_enabled = false
focus_stack_steps = 10
hdr_enabled = false
hdr_brackets = 3