Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- host: 192.168 # Replace with your MQTT broker address
- user: mqttnvr # Replace with your MQTT username
- password: ! # Replace with your MQTT password
- topic_prefix: frigate
- go2rtc:
- streams:
- # Name for the stream (used in RTSP URL below)
- livingroom_nest:
- - nest:?
- doorbell_nest:
- - nest:?
- test_doorbell:
- - rtsp://:8554/hass-webrtc4?mp4
- garage_nest:
- - nest:?
- # Optional: Add other go2rtc settings if needed
- # rtsp:
- # listen: ":8554" # Usually handled automatically by Frigate
- cameras:
- fi_indkorelsen:
- ffmpeg:
- #hwaccel_args:
- #- -c:v
- #- h264_v4l2m2m
- # - preset-vaapi
- input_args:
- - -avoid_negative_ts
- - make_zero
- inputs:
- - path: rtsp://:@192.168.86.90/h264Preview_01_sub
- roles:
- - detect
- - rtmp
- detect:
- width: 640
- height: 480
- fps: 25
- objects:
- track:
- - person
- - car
- - motorcycle
- - cup
- - fire hydrant
- - bicycle
- - cell phone
- - mouse
- snapshots:
- enabled: true
- timestamp: false
- bounding_box: true
- retain:
- default: 2
- motion: {}
- nest_doorbell:
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/doorbell_nest
- roles:
- - detect
- - record
- - snapshot
- detect:
- enabled: true
- # ... your detection settings ...
- record:
- enabled: true
- # ... your recording settings ...
- nest_livingroom:
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/livingroom_nest
- roles:
- - detect
- - record
- - snapshot
- detect:
- enabled: true
- # ... your detection settings ...
- objects:
- track:
- - person
- - car
- - motorcycle
- - cup
- - fire hydrant
- - bicycle
- - cell phone
- - mouse
- record:
- enabled: true
- # ... your recording settings ...
- nest_garage:
- ffmpeg:
- inputs:
- - path: rtsp://127.0.0.1:8554/garage_nest
- roles:
- - detect
- - record
- detect:
- enabled: true
- # ... your detection settings ...
- record:
- enabled: true
- # ... your recording settings ...
- detectors:
- cpu1:
- type: cpu
- cpu2:
- type: cpu
- cpu3:
- type: cpu
- version: 0.16-0
- detect:
- enabled: true
- semantic_search:
- enabled: true
- model_size: small
- face_recognition:
- enabled: true
- model_size: small
- lpr:
- enabled: false
- classification:
- bird:
- enabled: false
Advertisement
Add Comment
Please, Sign In to add comment