You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
626 B

11 months ago
#日志记录
file_log_level: INFO #是否记录日志
show_log_level: DEBUG #日志记录级别
log_dir: logs
10 months ago
#远程数据库 --- 香橙派用不了
DBType: 1 #0--mysql,1--sqlite
11 months ago
mysql:
10 months ago
host: 192.168.3.45
11 months ago
port: 3306
user: root
10 months ago
pass: ZFkj_123456
db: zfbox
#sqlit
sqlite: zfbox.db
11 months ago
10 months ago
#用户初始密码
pw: zfkj_123!@#
11 months ago
10 months ago
#上传限制
MAX_CONTENT_LENGTH : 100 # 100MB
UPLOAD_FOLDER : uploads
ALLOWED_EXTENSIONS : {'zip'}
11 months ago
10 months ago
#RTSP
RTSP_Check_Time : 600 #10分钟
11 months ago
10 months ago
#model
weight_path: /model/weights
yolov5_path: model/base_model/yolov5
cap_sleep_time: 300 #5分钟
buffer_len: 30 #分析后画面缓冲区帧数