Reolink video dorbell integration to HA and frigate

Hello all

I installed circa a month ago a reolink video doorbell a\t my front gate. It is workinbg fine at the moment (as a doorbell)

My goal is to activate face recognition and LPR in the very near future. I will in addition install 2 additional security cameras at the same gate.

I have been following sever youtube videos and several threads to understand and successfully install and integrtate frigate. At the moment i do not have a coral gpu (it will arrve next week)

I created an mqtt instance called frigate with a password

I created a frigate.yml as indicated (at least i think) and nothing works.

I am including 2 screen capture my yml file, the logs from frigate integration and log from frigate application.

plase assist me in cleaning this mess up

I thank you in advance for your time and assistance

go2rtc:
  streams:
    reolink_cam:
      - "ffmpeg:http://192.168.88.68/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxxx#video=copy#audio=copy#audio=opus"

    reolink_cam_ext:
      - "ffmpeg:http://192.168.88.68/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxxxx"

    reolink_cam_twoway:
      - "ffmpeg:http://192.168.88.68/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxxxx#video=copy#audio=copy#audio=opus"
      - rtsp://USER:[email protected]:554/h264Preview_01_sub

cameras:
  reolink_cam:
    detect:
      enabled: true
      width: 640
      height: 480
      fps: 5

    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/reolink_cam_ext
          input_args: preset-rtsp-restream
          roles:
            - detect
        - path: rtsp://127.0.0.1:8554/reolink_cam
          input_args: preset-rtsp-restream
          roles:
            - record
    objects:
      track:
        - person
        - bicycle
        - motorcycle
        - car
        - cat
        - dog
      filters:
        person:
          threshold: 0.7
[skipped]

You’ve been a member here for 5 years. You should know not to post pictures of code by now How to help us help you - or How to ask a good question

Frigate Documentation pages might help and
blakeblackshear/frigate · Discussions · GitHub is the official Frigate support hub and is another good place to get help with Frigate if you don’t get an answer here.

no sure what your @Sir_Goodenough reply right addressed to

Thank you all for your helped I got it working

What was miisng was the onvif setting port 8000 once reconfigured it all worked

once again thankyou all

Hi, please take the time to mark the post that holds the solution.
You do that by selecting the three dots under the post:

image

Then select the check box:

image
By doing so:

  • this thread can be useful to other users as well (this thread comes up as solution when starting a thread which is similar to yours).
  • this prevents that someone else steps in trying to help

Thanks for giving back to the community! :+1: