From b29b63a771b55a544c2243c5c75bb10600992cf3 Mon Sep 17 00:00:00 2001 From: zqc <835569504@qq.com> Date: Fri, 27 Feb 2026 11:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E6=9D=A1=EF=BC=8C=E5=B9=B6=E5=A2=9E=E5=8A=A0video=5Fsource=5Ft?= =?UTF-8?q?ype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config.yaml b/config.yaml index c1a9143..a47bbe9 100644 --- a/config.yaml +++ b/config.yaml @@ -36,6 +36,7 @@ debug_mode: true service_groups: - name: "kadian_group" # 服务组名称 + video_source_type: "rtsp" ws_host: "0.0.0.0" # WebSocket 服务地址 ws_port: 8765 # WebSocket 服务端口 algorithm: "kadian" # 算法类型 @@ -49,3 +50,18 @@ service_groups: - [0.5, 0.001] - [1.0, 0.8] - [0.35, 1.0] +- name: "prison_group" # 服务组名称 + video_source_type: "hls" + ws_host: "0.0.0.0" # WebSocket 服务地址 + ws_port: 8766 # WebSocket 服务端口 + algorithm: "prison" # 算法类型 + cameras: # 该组下的摄像头列表 + - id: 1 + index: testindexcode + name: Entrance + params: + roi_points: + - [0.15, 0.001] + - [0.5, 0.001] + - [1.0, 0.8] + - [0.35, 1.0]