|
@@ -56,7 +56,7 @@ SAFETY_DETECTION_CONFIG = {
|
|
|
'max_alerts_per_minute': 10, # 每分钟最大告警数
|
|
'max_alerts_per_minute': 10, # 每分钟最大告警数
|
|
|
|
|
|
|
|
# 检测图片保存配置
|
|
# 检测图片保存配置
|
|
|
- 'save_detection_image': True, # 是否保存检测到人的图片
|
|
|
|
|
|
|
+ 'save_detection_image': False, # 是否保存检测到人的图片
|
|
|
'detection_image_dir': '/home/admin/dsh/detection_images', # 图片保存目录
|
|
'detection_image_dir': '/home/admin/dsh/detection_images', # 图片保存目录
|
|
|
'detection_image_max_count': 1000, # 最大保存图片数量,超过后自动清理旧图片
|
|
'detection_image_max_count': 1000, # 最大保存图片数量,超过后自动清理旧图片
|
|
|
}
|
|
}
|