wbravin
(william bravin)
July 26, 2026, 5:33pm
1
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
10der
(Oleg Denisenko)
July 26, 2026, 5:56pm
2
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.
10der
(Oleg Denisenko)
July 27, 2026, 5:29am
5
no sure what your @Sir_Goodenough reply right addressed to
wbravin
(william bravin)
July 27, 2026, 8:51am
6
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
Nick4
(Nick)
July 27, 2026, 9:02am
7
Hi, please take the time to mark the post that holds the solution.
You do that by selecting the three dots under the post:
Then select the check box:
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!