Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- enabled: true
- host: mqtt / home assistant ip
- port: 1883
- topic_prefix: frigate
- client_id: frigate
- user: username
- password: password
- snapshots:
- enabled: true
- retain:
- default: 2
- birdseye:
- enabled: true
- mode: continuous
- quality: 6
- database:
- path: /config/frigate.db
- go2rtc:
- streams:
- reolink_rtsp_main:
- - rtsp://username:password@cameraip:554/Preview_01_main
- cameras:
- reolink_rtsp:
- ffmpeg:
- hwaccel_args: []
- inputs:
- # Main stream (for recording)
- - path: "rtsp://frigateip:8554/reolink_rtsp_main"
- input_args: preset-rtsp-restream
- roles:
- - record
- - detect
- onvif:
- host: 192.168.0.x #camera ip
- port: 8000
- user: username
- password: password
- detect:
- enabled: true
- width: 640 # Adjust based on your sub stream's resolution
- height: 420 # Adjust based on your sub stream's resolution
- record:
- enabled: true
- retain:
- days: 5
- mode: all
- events:
- retain:
- default: 7
- mode: active_objects
- objects:
- car: 1
- person: 3
- dog: 1
- cat: 1
- bicycle: 2
- motorcycle: 1
- motion:
- threshold: 35
- lightning_threshold: 0.8
- contour_area: 10
- improve_contrast: 'true'
- zones:
- drive:
- coordinates:
- 0.868,0.508,0.567,0.525,0.17,0.555,0.085,0.741,0.335,0.779,0.574,0.772,0.593,0.926,0.847,0.928,0.994,0.93,1,0.824,0.996,0.728,0.97,0.636,0.924,0.571,0.9,0.546
- inertia: 3
- loitering_time: 0
- objects:
- - person
- - car
- - dog
- - cat
- - bicycle
- - motorcycle
- road:
- coordinates:
- 0.402,0.371,0,0.471,0,0.376,0.142,0.303,0.258,0.257,0.449,0.191,0.555,0.175,0.739,0.168,0.906,0.195,1,0.23,1,0.36,0.748,0.352
- inertia: 3
- loitering_time: 0
- objects:
- - bicycle
- - car
- - cat
- - dog
- - motorcycle
- - person
- far_path:
- coordinates:
- 0.594,0.066,0.744,0.067,0.925,0.109,0.998,0.171,0.998,0.194,0.998,0.213,0.954,0.199,0.855,0.171,0.765,0.164,0.668,0.155,0.589,0.165,0.47,0.186,0.26,0.246,0.016,0.356,0.037,0.272,0.181,0.175,0.392,0.089
- inertia: 3
- loitering_time: 0
- near_path:
- coordinates:
- 0.365,0.376,0.01,0.469,0,0.536,0.322,0.502,0.764,0.473,0.995,0.48,1,0.369,0.877,0.354,0.583,0.357
- inertia: 3
- loitering_time: 0
- objects:
- - bicycle
- - car
- - cat
- - dog
- - motorcycle
- - person
- review:
- alerts:
- required_zones:
- - drive
- - far_path
- - near_path
- - road
- detectors:
- ov:
- type: openvino
- device: AUTO
- model:
- path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml
- model:
- width: 300
- height: 300
- input_tensor: nhwc
- input_pixel_format: bgr
- labelmap_path: /openvino-model/coco_91cl_bkgr.txt
- objects:
- track:
- - person
- - car
- - bicycle
- - motorcycle
- - cat
- - dog
- version: 0.14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement