#Can’t get frigate addon to work

1 messages · Page 1 of 1 (latest)

deft slate
#

I installed the Frigate add on and configure the frigate.yml file but when I also added the ffmpeg: to the configuration file as I saw on a youtube video that it is need it. When I start the add on it take for ever to run and after it started when I click on the frigate on the left menu I see “the add-on is starting this can take some time… after about 5 minutes I get an error

dusty silo
#

Would need more information but an incorrect frigate.yaml def. would cause it to not start.

old field
#

Please take proper screenshots and share said config. What does the addon log say?

deft slate
#

Thank you both for your replied. I was an incorrect confi yaml I fixed it and now it work but getting error ( no frames have been received, check error logs ) the image come and go it just slow I would post my yaml file so you can help me figure out the best config

#

mqtt:
  host: xxx.xxx.xxx.xxx
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: mqtt_NVR
  password: "XXXxxxxxx"
  stats_interval: 60

cameras:
  Door-Bell:
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://admin:xxxxxxxXXx@192.168.x.xxx:554/h265Preview_01_main
          roles:
            - record
        - path: rtsp://admin:xxxxxxxXXx@192.168.x.xxx:554/h265Preview_01_sub
          roles:
            - detect
    detect:
      width: 640
      height: 480
      fps: 10
    record:
      enabled: true
      retain:
        days: 0
        mode: motion
      alerts:
        retain:
          days: 30
      detections:
        retain:
          days: 30
    objects:
      track:
        - person
        - car
        - cat
        - dog
        - alligator
        - pig
        - raccoon
        - snake
        - deer
  
  LivingRoom:
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://admin:xxxxxxxXXx@192.168.x.xxx:554/h265Preview_01_main
          roles:
            - record
        - path: rtsp://admin:xxxxxxxXXx@192.168.x.xxx:554/h265Preview_01_sub
          roles:
            - detect
    detect:
      width: 640
      height: 480
      fps: 10
    record:
      enabled: true
      retain:
        days: 0
        mode: motion
      alerts:
        retain:
          days: 30
      detections:
        retain:
          days: 30
    objects:
      track:
        - person