Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- host: 192.168.1.95
- port: 1883
- topic_prefix: frigate
- client_id: frigate
- user: mqttuser
- password: xxxxxx
- stats_interval: 60
- objects:
- track:
- - person
- filters:
- person:
- min_score: 0.5
- threshold: 0.7
- motion:
- threshold: 25
- contour_area: 30
- cameras:
- Door:
- mqtt:
- timestamp: False
- bounding_box: False
- crop: false
- quality: 75
- ffmpeg:
- inputs:
- - path: rtsp://admin:xxxxxxx@192.168.1.104:10554/udp/av0_0
- roles:
- - detect
- detect:
- width: 1280
- height: 720
- fps: 5
- motion:
- mask:
- - 0,372,55,382,101,387,231,417,243,499,615,526,623,0,0,0
- objects:
- track:
- - person
- filters:
- person:
- mask:
- - 0,0,0,365,26,371,50,372,101,378,136,384,165,389,195,411,240,424,244,500,610,523,624,0
- min_score: 0.5
- threshold: 0.7
- snapshots:
- enabled: true
- timestamp: true
- bounding_box: true
- required_zones:
- - Driveway
- - Doorbell
- retain:
- default: 1
- record:
- enabled: True
- events:
- required_zones:
- - Driveway
- - Doorbell
- retain:
- default: 1
- pre_capture: 300
- post_capture: 200
- objects:
- - person
- zones:
- Doorbell:
- coordinates: 1280,720,1280,0,625,0,613,720
- Driveway:
- coordinates: 0,720,0,597,0,367,236,420,242,499,613,521,613,720
- ffmpeg:
- input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport udp -stimeout 5000000 -use_wallclock_as_timestamps 1
Add Comment
Please, Sign In to add comment