feat: 边缘侧服务代码初始化与配置同步准备

This commit is contained in:
2026-05-08 11:33:43 +08:00
parent ee9be85292
commit 2e7245d62e
9 changed files with 526 additions and 0 deletions

13
config/edge.yaml Normal file
View File

@@ -0,0 +1,13 @@
edge_id: edge-demo-001
cloud_url: http://101.36.73.102:8004
edge_token: ""
# RTSP 流地址(留空使用演示模式)
rtsp_urls: []
infer_socket: /tmp/edge-infer.sock
infer_fps: 5
infer_workers: 3
conf_threshold: 0.5
dedup_window_sec: 30
version: 1.0.0