Files
AI-tianyan/config/edge.yaml.template

19 lines
404 B
Plaintext
Raw Permalink Normal View History

edge_id: edge-demo-001
cloud_url: http://localhost:8004
edge_token: ""
# 5 路示例
rtsp_urls:
- rtsp://user:pass@camera1/stream1
- rtsp://user:pass@camera2/stream1
- rtsp://user:pass@camera3/stream1
- rtsp://user:pass@camera4/stream1
- rtsp://user:pass@camera5/stream1
infer_socket: /tmp/edge-infer.sock
infer_fps: 5
infer_workers: 3
conf_threshold: 0.5
dedup_window_sec: 30
version: 1.0.0