bonus-edge-proxy/config/video_config.json

47 lines
1.6 KiB
JSON
Raw Normal View History

2025-11-04 18:38:05 +08:00
{
"video_service": {
"enabled": true
},
"video_streams": [
{
"enabled": true,
"id": "cam_01_intrusion",
"input_url": "rtsp://admin:hzx12345@192.168.1.10:554/Streaming/Channels/1301",
"module_config": {
2025-11-05 14:50:25 +08:00
"class_num": 80,
2025-11-04 18:38:05 +08:00
"intrusion_zone": [
100,
100,
2025-11-05 14:50:25 +08:00
1820,
1820
2025-11-04 18:38:05 +08:00
],
2025-11-05 14:50:25 +08:00
"label_path": "/app/edge-proxy/models/coco_80_labels_list.txt",
"model_path": "/app/edge-proxy/models/RK3588/yolov5s-640-640.rknn",
"rknn_thread_num": 3,
"time_threshold_sec": 3
},
"module_type": "intrusion_detection",
"output_rtsp": "rtsp://127.0.0.1:8554/ch1301"
2025-11-04 18:38:05 +08:00
},
{
"enabled": true,
"id": "cam_03_intrusion",
"input_url": "rtsp://admin:hzx12345@192.168.1.10:554/Streaming/Channels/1501",
"module_config": {
2025-11-05 14:50:25 +08:00
"class_num": 80,
2025-11-04 18:38:05 +08:00
"intrusion_zone": [
100,
100,
300,
300
],
2025-11-05 14:50:25 +08:00
"label_path": "/app/edge-proxy/models/coco_80_labels_list.txt",
"model_path": "/app/edge-proxy/models/RK3588/yolov5s-640-640.rknn",
"rknn_thread_num": 3,
"time_threshold_sec": 3
},
"module_type": "intrusion_detection",
"output_rtsp": "rtsp://127.0.0.1:8554/ch1501"
2025-11-04 18:38:05 +08:00
}
]
}