Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- host: 192.168.1.14
- port: 1883
- topic_prefix: frigate
- client_id: frigate
- user:
- password:
- stats_interval: 30
- ffmpeg:
- hwaccel_args:
- - -hwaccel
- - qsv
- - -qsv_device
- - /dev/dri/renderD128
- record:
- enabled: False
- rtmp:
- enabled: False
- objects:
- track:
- - person
- - car
- - bus
- cameras:
- digma100:
- ffmpeg:
- inputs:
- - path: rtsp://
- roles:
- - detect
- entrance:
- ffmpeg:
- inputs:
- - path: rtsp://
- roles:
- - detect
- hall:
- ffmpeg:
- inputs:
- - path: rtsp://
- roles:
- - detect
- street:
- ffmpeg:
- inputs:
- - path: rtsp://
- roles:
- - detect
- # dixy:
- # ffmpeg:
- # inputs:
- # - path: rtsp://
- # roles:
- # - detect
- # window:
- # ffmpeg:
- # inputs:
- # - path: rtsp://
- # roles:
- # - detect
- # width: 1920
- # height: 1080
- # fps: 25
- detectors:
- coral:
- type: edgetpu
- device: pci:0
- # cpu1:
- # type: cpu
- # num_threads: 2
- motion:
- threshold: 25
- contour_area: 30
- delta_alpha: 0.2
- frame_alpha: 0.2
- frame_height: 50
- mask: 0,900,1080,900,1080,1920,0,1920
- improve_contrast: False
- mqtt_off_delay: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement