Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- detectors:
- coral:
- type: edgetpu
- device: pci
- mqtt:
- host: 192.168.5.52
- port: 1883
- user: xx
- password: xx
- topic_prefix: frigate
- detect:
- width: 640
- height: 360
- fps: 7
- objects:
- filters:
- person:
- min_score: 0.75
- threshold: 0.8
- min_area: 6000
- car:
- min_score: 0.75
- record:
- enabled: True
- retain:
- days: 0
- events:
- max_seconds: 300
- pre_capture: 2
- post_capture: 5
- required_zones: [frontdoor_yard,front_yard_driveway,side_yard]
- retain:
- default: 5
- mode: active_objects
- snapshots:
- enabled: True
- timestamp: True
- bounding_box: True
- crop: True
- retain:
- default: 14
- required_zones: [frontdoor_yard,front_yard_driveway,side_yard]
- rtmp:
- enabled: False
- birdseye:
- enabled: False
- timestamp_style:
- format: "%m.%d.%Y %H:%M:%S"
- cameras:
- FrontYard: #REOLINK RLC-820A
- ffmpeg:
- inputs:
- - path: rtsp://xx:[email protected]:554//h264Preview_01_sub
- roles:
- - detect
- - path: rtsp://xx:[email protected]:554/
- roles:
- - record
- zones:
- front_yard_driveway:
- coordinates: 0,154,0,360,404,360,402,328,640,326,640,168,381,106,260,85,160,89
- objects:
- - car
- - person
- motion:
- mask:
- - 385,360,640,360,640,316,393,306
- - 640,0,640,107,407,66,230,63,0,64,0,0
- Toddler: #Eufy 2k
- ffmpeg:
- inputs:
- - path: rtsp://xx:[email protected]/live0
- roles:
- - detect
- - record
- objects:
- track:
- - person
- motion:
- mask:
- - 640,0,640,27,452,27,452,0
- Side: #REOLINK RLC-820A
- ffmpeg:
- inputs:
- - path: rtsp://xx:[email protected]:554//h264Preview_01_sub
- roles:
- - detect
- - path: rtsp://xx:[email protected]:554/
- roles:
- - record
- motion:
- mask:
- - 399,360,640,360,640,322,396,324
- zones:
- side_yard:
- coordinates: 0,360,401,360,402,315,640,317,640,0,459,13,400,21,263,52,0,181
- objects:
- track:
- - person
- FrontDoor: #Eufy 2k front door
- ffmpeg:
- inputs:
- - path: rtsp://xx:[email protected]/live0
- roles:
- - detect
- - record
- motion:
- mask:
- - 204,39,423,0,0,0,0,113
- - 399,42,640,43,640,0,404,0
- objects:
- track:
- - person
- - car
- filters:
- person:
- mask:
- - 580,227,513,227,499,117,565,0,640,0
- best_image_timeout: 80
- zones:
- frontdoor_yard:
- coordinates: 0,360,640,360,640,114,367,56,0,177
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement