About Multi-camera viewer optimized for RTSP streams
1{
2 "cameras": [
3 {
4 "id": 1,
5 "url": "rtsp://localhost:8554/Eingang/mainStream",
6 "name": "Eingang",
7 "uid": "9527000000000000",
8 "detection_enabled": false,
9 "proxy": {
10 "type": "reolinkproxy",
11 "host": "192.168.1.100",
12 "port": 9000,
13 "username": "admin",
14 "password": "password",
15 "stream": "main",
16 "battery": true,
17 "pause_on_client": true,
18 "idle_disconnect": true,
19 "idle_timeout": "30s"
20 }
21 }
22 ],
23 "recording_path": "~/Videos/Reolink",
24 "detection": {
25 "model": "yolo11n.pt",
26 "imgsz": 640,
27 "confidence": 0.4,
28 "device": "auto",
29 "analysis_fps_per_camera": 3.0,
30 "stable_frames": 2,
31 "cooldown_seconds": 180,
32 "event_suppress_seconds": 30,
33 "event_clip_seconds": 30,
34 "pre_event_seconds": 8,
35 "post_event_seconds": 20,
36 "motion_required_classes": [
37 "bicycle",
38 "car",
39 "motorcycle",
40 "bus",
41 "truck"
42 ],
43 "motion_min_pixels": 12.0,
44 "classes": [
45 "person",
46 "bicycle",
47 "car",
48 "motorcycle",
49 "bus",
50 "truck",
51 "bird",
52 "cat",
53 "dog",
54 "horse",
55 "sheep",
56 "cow"
57 ]
58 },
59 "email": {
60 "enabled": false,
61 "smtp_host": "",
62 "smtp_port": 587,
63 "smtp_username": "",
64 "smtp_password": "",
65 "use_tls": true,
66 "from": "",
67 "to": []
68 },
69 "cameras_per_row": 3,
70 "next_camera_id": 2,
71 "language": "de",
72 "order_custom": false
73}