上传警告信息改为传视频,已测试保存视频,未与接口联调
This commit is contained in:
@@ -41,6 +41,12 @@ hls_downloader_daily_rotate_hour: 3 # 凌晨轮换时间
|
||||
hls_downloader_retention_days: 3 # 文件保留天数
|
||||
hls_downloader_retry_interval_seconds: 10 # 重试等待秒数
|
||||
|
||||
# 视频剪辑配置
|
||||
video_clip_output_dir: "D:/ProjectDoc/Police/data/video_clips" # 视频剪辑输出目录
|
||||
video_clip_duration_seconds: 30 # 回溯时长(秒)
|
||||
video_clip_retention_seconds: 3600 # 视频文件保留时长(秒)
|
||||
video_clip_default_segment_duration: 2 # 默认分片时长fallback(秒)
|
||||
|
||||
service_groups:
|
||||
- name: "kadian_group" # 服务组名称
|
||||
video_source_type: "hls"
|
||||
@@ -49,7 +55,7 @@ service_groups:
|
||||
algorithm: "checkpoint" # 算法类型
|
||||
cameras: # 该组下的摄像头列表
|
||||
- id: 8
|
||||
index: 12345
|
||||
index: "12345"
|
||||
name: Entrance
|
||||
params:
|
||||
roi_points:
|
||||
|
||||
Reference in New Issue
Block a user