- 积分
- 437
- 金钱
- 389
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 437
- 金钱
- 389
- HASS币
- 0
|
发表于 2024-4-12 20:37:56
|
显示全部楼层
本帖最后由 crazychen 于 2024-4-12 20:44 编辑
配置文件如下:
mqtt:
host: xxx.xxx.x..xxx #mqtt的ip
port: 1883 #mqtt端口
user: xxx #mqtt用户名,如果没有的话,可不写
password: xxxx #mqtt密码,如果没有的话,可不写
client_id: frigate #用于区分
detectors:
tensorrt:
type: tensorrt #nvidia tensorrt
device: 0 #第一个gpu
model:
path: /config/model_cache/tensorrt/yolov7-tiny-288.trt
input_tensor: nchw
input_pixel_format: rgb
width: 288
height: 288
objects:
track:
- person
- car
- face
cameras:
South:
enabled: True
record:
enabled: True
ffmpeg:
inputs:
- path: rtsp://admin:[email protected] ... eaming/Channels/102
roles:
- detect
- audio
- record
audio:
enabled: True
detect:
enabled: True
ffmpeg:
hwaccel_args: preset-nvidia-h264 #GPU |
|