-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamera_config.json
More file actions
49 lines (49 loc) · 833 Bytes
/
camera_config.json
File metadata and controls
49 lines (49 loc) · 833 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"camera_id": 0,
"temporary_dir": "temp_captures",
"permanent_dir": "permanent_captures",
"gif_dir": "gif_animations",
"max_temp_captures": 1000,
"auto_cleanup": true,
"cleanup_days": 7,
"time_ranges": [
{
"start": "11:30",
"end": "14:30",
"interval": 60
},
{
"start": "17:30",
"end": "18:30",
"interval": 60
},
{
"start": "21:30",
"end": "23:59",
"interval": 60
}
],
"fixed_times": [
{
"time": "08:50",
"description": "morning"
},
{
"time": "14:50",
"description": "noon"
},
{
"time": "19:50",
"description": "night"
}
],
"gif_fps": 24,
"enable_timestamp": true,
"timestamp_color": [
0,
0,
255
],
"timestamp_scale": 1.0,
"timestamp_thickness": 2
}