-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamera_config.json.example
More file actions
73 lines (73 loc) · 1.47 KB
/
Copy pathcamera_config.json.example
File metadata and controls
73 lines (73 loc) · 1.47 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"cameras": [
{
"id": 1,
"url": "rtsp://localhost:8554/Eingang/mainStream",
"name": "Eingang",
"uid": "9527000000000000",
"detection_enabled": false,
"proxy": {
"type": "reolinkproxy",
"host": "192.168.1.100",
"port": 9000,
"username": "admin",
"password": "password",
"stream": "main",
"battery": true,
"pause_on_client": true,
"idle_disconnect": true,
"idle_timeout": "30s"
}
}
],
"recording_path": "~/Videos/Reolink",
"detection": {
"model": "yolo11n.pt",
"imgsz": 640,
"confidence": 0.4,
"device": "auto",
"analysis_fps_per_camera": 3.0,
"stable_frames": 2,
"cooldown_seconds": 180,
"event_suppress_seconds": 30,
"event_clip_seconds": 30,
"pre_event_seconds": 8,
"post_event_seconds": 20,
"motion_required_classes": [
"bicycle",
"car",
"motorcycle",
"bus",
"truck"
],
"motion_min_pixels": 12.0,
"classes": [
"person",
"bicycle",
"car",
"motorcycle",
"bus",
"truck",
"bird",
"cat",
"dog",
"horse",
"sheep",
"cow"
]
},
"email": {
"enabled": false,
"smtp_host": "",
"smtp_port": 587,
"smtp_username": "",
"smtp_password": "",
"use_tls": true,
"from": "",
"to": []
},
"cameras_per_row": 3,
"next_camera_id": 2,
"language": "de",
"order_custom": false
}