Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- host: 192.168.1.221
- port: 1883
- topic_prefix: frigate
- client_id: frigate
- user: mqtt
- password: mqttpassword
- stats_interval: 60
- cameras:
- loft:
- ffmpeg:
- inputs:
- - path: rtsp://192.168.1.221:8554/camera.loft?video=copy&audio=aac
- roles:
- - detect
- - record
- - rtmp
- output_args:
- record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a copy
- rtmp: -c:v copy -c:a copy -f flv
- rtmp:
- enabled: true
- detect:
- width: 800
- height: 480
- objects:
- track:
- - person
- filters:
- person:
- threshold: 0.7
- snapshots:
- enabled: true
- timestamp: false
- bounding_box: true
- retain:
- default: 3
- record:
- enabled: true
- retain_days: 0
- events:
- retain:
- default: 3
- zones:
- loft_zone:
- coordinates: 800,480,800,163,243,225,237,480
- motion:
- mask: 0,0,653,0,693,153,0,187
Add Comment
Please, Sign In to add comment