{ "video_service": { "enabled": true }, "video_streams": [ { "enabled": false, "id": "cam_01_intrusion", "input_url": "rtsp://admin:hzx12345@192.168.1.10:554/Streaming/Channels/1301", "module_config": { "class_num": 80, "intrusion_zone": [ 100, 100, 1820, 1820 ], "label_path": "/app/models/coco_80_labels_list.txt", "model_path": "/app/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" }, { "enabled": true, "id": "cam_01_intrusion", "input_url": "rtsp://admin:hzx12345@192.168.1.10:554/Streaming/Channels/1301", "module_config": { "class_num": 3, "intrusion_zone": [ 100, 100, 1820, 1820 ], "label_path": "/app/models/human.txt", "model_path": "/app/models/human_detection.rknn", "rknn_thread_num": 3, "time_threshold_sec": 3 }, "module_type": "human_detection", "output_rtsp": "rtsp://127.0.0.1:8554/ch1301" } ] }