Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- detectors:
- coral:
- type: edgetpu
- device: usb
- mqtt:
- enabled: true
- host: mosquitto # IP or hostname of your MQTT broker
- port: 1883 # Default MQTT port
- topic_prefix: frigate # Prefix for all topics Frigate publishes
- client_id: frigate # Unique MQTT client ID
- user: ****** # Username you set in Mosquitto
- password: ****** # Password you set in Mosquitto
- stats_interval: 60 # How often Frigate sends stats (in seconds)
- go2rtc:
- streams:
- Sous_Sol:
- - "ffmpeg:http://192.168.50.170/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=********#video=copy#audio=copy#audio=opus"
- - "ffmpeg:Sous_Sol#audio=opus"
- Sous_Sol_Sub:
- - "ffmpeg:http://192.168.50.170/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=*******"
- cameras:
- Sous-Sol:
- ffmpeg:
- output_args:
- record: preset-record-generic-audio-copy
- inputs:
- - path: rtsp://127.0.0.1:8554/Sous_Sol
- input_args: preset-rtsp-restream
- roles:
- - record
- - audio
- - path: rtsp://127.0.0.1:8554/Sous_Sol_Sub
- input_args: preset-rtsp-restream
- roles:
- - detect
- detect:
- enabled: true
- max_disappeared: 25 # optional, tracking setting
- width: 640 # adjust if you know the resolution of Sous_Sol_Sub
- height: 480 # adjust accordingly
- fps: 15 # adjust detection FPS if you want
- objects:
- track:
- - person
- - bird
- record:
- enabled: True
- retain:
- days: 1
- mode: motion
- alerts:
- retain:
- days: 1
- mode: motion
- detections:
- retain:
- days: 1
- mode: motion
- version: 0.15-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement