Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- enabled: false # Set this to true if you want to use MQTT
- host: mqtt.server.com
- user: mqtt_user
- password: password
- detectors:
- # ov:
- # type: openvino
- # device: GPU
- coral1:
- type: edgetpu
- device: pci:0
- #model:
- # width: 300
- # height: 300
- # input_tensor: nhwc
- # input_pixel_format: bgr
- # path: /openvino-model/ssdlite_mobilenet_v2.xml
- # labelmap_path: /openvino-model/coco_91cl_bkgr.txt
- objects:
- # Optional: list of objects to track from labelmap.txt (default: shown below)
- track:
- - person
- - dog
- - cat
- - bird
- review:
- # Disable alerts. We Only care about detections
- alerts:
- labels:
- - person
- - dog
- - cat
- - bird
- detections:
- labels:
- - person
- - dog
- - cat
- - ups
- - fedex
- - bus
- - speech
- - bird
- go2rtc:
- streams:
- Garage:
- - rtsp://username:[email protected]:554/h264Preview_01_main
- Garage_sub:
- - rtsp://username:[email protected]:554/h264Preview_01_sub
- FrontDoor:
- - rtsp://username:[email protected]:554/h264Preview_01_main
- FrontDoor_sub:
- - rtsp://username:[email protected]:554/h264Preview_01_sub
- BackYard:
- - rtsp://username:[email protected]:554/h264Preview_01_main
- BackYard_sub:
- - rtsp://username:[email protected]:554/h264Preview_01_sub
- FrontWest:
- - rtsp://username:[email protected]:554/h264Preview_01_main
- FrontWest_sub:
- - rtsp://username:[email protected]:554/h264Preview_01_sub
- BackWest:
- - rtsp://username:[email protected]:554/h264Preview_01_main
- BackWest_sub:
- - rtsp://username:[email protected]:554/h264Preview_01_sub
- BackYard2:
- - rtsp://username:[email protected]:554/h264Preview_01_main
- BackYard2_sub:
- - rtsp://username:[email protected]:554/h264Preview_01_sub
- cameras:
- Garage:
- motion:
- improve_contrast: true
- detect:
- enabled: true
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/Garage?video=copy&audio=aac
- input_args: preset-rtsp-restream
- roles:
- - record
- - path: rtsp://127.0.0.1:8554/Garage_sub?video=copy
- roles:
- - detect
- output_args:
- record: preset-record-generic-audio-copy
- notifications:
- enabled: true
- FrontDoor:
- motion:
- improve_contrast: true
- detect:
- enabled: true
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/FrontDoor?video=copy&audio=aac
- input_args: preset-rtsp-restream
- roles:
- - record
- - path: rtsp://127.0.0.1:8554/FrontDoor_sub?video=copy
- input_args: preset-rtsp-restream
- roles:
- - detect
- output_args:
- record: preset-record-generic-audio-copy
- notifications:
- enabled: true
- BackYard:
- motion:
- improve_contrast: true
- detect:
- enabled: true
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/BackYard?video=copy&audio=aac
- input_args: preset-rtsp-restream
- roles:
- - record
- - path: rtsp://127.0.0.1:8554/BackYard_sub?video=copy
- input_args: preset-rtsp-restream
- roles:
- - detect
- output_args:
- record: preset-record-generic-audio-copy
- notifications:
- enabled: true
- FrontWest:
- motion:
- improve_contrast: true
- detect:
- enabled: true
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/FrontWest?video=copy&audio=aac
- input_args: preset-rtsp-restream
- roles:
- - record
- - path: rtsp://127.0.0.1:8554/FrontWest_sub?video=copy
- input_args: preset-rtsp-restream
- roles:
- - detect
- output_args:
- record: preset-record-generic-audio-copy
- notifications:
- enabled: true
- BackWest:
- motion:
- improve_contrast: true
- detect:
- enabled: true
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/BackWest?video=copy&audio=aac
- input_args: preset-rtsp-restream
- roles:
- - record
- - path: rtsp://127.0.0.1:8554/BackWest_sub?video=copy
- input_args: preset-rtsp-restream
- roles:
- - detect
- output_args:
- record: preset-record-generic-audio-copy
- notifications:
- enabled: true
- BackYard2:
- motion:
- improve_contrast: true
- detect:
- enabled: true
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/BackYard2?video=copy&audio=aac
- input_args: preset-rtsp-restream
- roles:
- - record
- - path: rtsp://127.0.0.1:8554/BackYard2_sub?video=copy
- input_args: preset-rtsp-restream
- roles:
- - detect
- output_args:
- record: preset-record-generic-audio-copy
- notifications:
- enabled: true
- record:
- sync_recordings: true
- enabled: true
- retain:
- days: 7
- mode: motion
- export:
- timelapse_args: -vf scale=trunc(iw/2)*2:trunc(ih/2)*2 -vf setpts=0.00695*PTS -r
- 30 -crf 28 -preset veryslow
- alerts:
- retain:
- days: 30
- pre_capture: 7
- post_capture: 7
- detections:
- retain:
- days: 30
- pre_capture: 7
- post_capture: 7
- snapshots:
- # Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
- enabled: true
- # Optional: save a clean PNG copy of the snapshot image (default: shown below)
- clean_copy: true
- # Optional: print a timestamp on the snapshots (default: shown below)
- timestamp: true
- # Optional: draw bounding box on the snapshots (default: shown below)
- bounding_box: true
- # Optional: crop the snapshot (default: shown below)
- crop: false
- # Optional: height to resize the snapshot to (default: original size)
- #height: 175
- # Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
- #required_zones: []
- # Optional: Camera override for retention settings (default: global values)
- retain:
- # Required: Default retention days (default: shown below)
- default: 10
- # Optional: Per object retention days
- objects:
- person: 15
- car: 15
- # Optional: quality of the encoded jpeg, 0-100 (default: shown below)More actions
- quality: 70
- version: 0.16-0
- notifications:
- enabled: false
- email: MyEmailAddress
Advertisement
Add Comment
Please, Sign In to add comment