Untitled

 avatar
unknown
plain_text
a year ago
3.4 kB
9
Indexable
mqtt:
  enabled: true
  host: 192.168.0.203
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: '{FRIGATE_MQTT_USER}'
  password: '{FRIGATE_MQTT_PASSWORD}'
  stats_interval: 300
ffmpeg:
  output_args:
    record: preset-record-generic-audio-copy
objects:
  filters:
    person:
      min_area: 500
    car:
      min_area: 5000
go2rtc:
  #...
  # THIS PREVENTS THE AUDIO COMING OUT FROM THE DOORBELL SOUNDING MUFFLED
  ffmpeg:
    bin: ffmpeg
    volume: -af "volume=30dB"
  streams:
    # Reolink WiFi Doorbell Cam
    front_doorbell_main:
    - ffmpeg:http://192.168.0.139/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={FRIGATE_RTSP_USER}&password={FRIGATE_RTSP_PASSWORD}
    front_doorbell_cam:
    - ffmpeg:http://192.168.0.139/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user={FRIGATE_RTSP_USER}&password={FRIGATE_RTSP_PASSWORD}#video=copy#audio=copy#audio=opus
    - rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.0.139:554/h265Preview_01_sub
    backyard_cam:
    - rtsp://192.168.0.206:8554/backyard-cam
    spikey_cam:
    - rtsp://192.168.0.206:8554/spikey-cam
    mike_s_office_cam:
    - rtsp://192.168.0.206:8554/mikes-office-cam
    rear_doorbell_cam:
    - rtsp://192.168.0.203:9550/T8210P002024093B

cameras:
  front_doorbell_cam:
    ffmpeg:
      inputs:
      - path: rtsp://127.0.0.1:8554/front_doorbell_main?video=copy
        input_args: preset-rtsp-restream
        roles:
        - record
      - path: rtsp://127.0.0.1:8554/front_doorbell_cam?video=copy&audio=aac
        input_args: preset-rtsp-restream
        roles:
        - detect
    objects:
      track:
      - person
      - dog
      - cat
      - bicycle
      - car
      - motorcycle
      filters:
        person:
          mask:
          - 214,641
    detect:
      width: 896
      height: 672
    record:
      enabled: true
      events:
        required_zones:
          - driveway_entrance
    snapshots:
      required_zones:
        - driveway_entrance
    motion:
      mask:
      - 486,38,535,42,533,0,487,0
    zones:
      driveway_entrance:
        coordinates: 411,393,638,413,647,392,472,380
      driveway_parking:
        coordinates: 226,466,320,443,240,417,369,397,632,419,487,565

  #backyard_cam:
   # ffmpeg:
    #  inputs:
     #   - path: rtsp://127.0.0.1:8554/backyard_cam
      #    input_args: preset-rtsp-restream
       #   roles:
        #    - record
         #   - detect
    #objects:
     # track:
      #  - person
       # - dog
        #- cat
        #- bird
        #- bear
    #snapshots:
      #enabled: true
      #timestamp: false
      #bounding_box: true    
    #detect:
     # width: 1920
      #height: 1080
    #record:
     # enabled: True 
  #rear_doorbell_cam:
   # ffmpeg:
    #  inputs:
     #   - path: rtsp://192.168.0.203:9550/T8210P002024093B
      #    input_args: preset-rtsp-restream
       #   roles:
        #    - record
         #   - detect         
detectors:
  cpu1:
    type: cpu
    num_threads: 3
  cpu2:
    type: cpu
    num_threads: 3
snapshots:
  enabled: true
  timestamp: false
  bounding_box: true
birdseye:
  enabled: true
  restream: false
  width: 1280
  height: 720
  quality: 8
  mode: motion
telemetry:
  version_check: true
Editor is loading...
Leave a Comment