Skip to content
Discussion options

You must be logged in to vote

Frigate isn't doing anything special with the ONVIF connection. As you can see from the code, it's pulling from the config settings directly:

"onvif": ONVIFCamera(

However, the ONVIF response from the camera contains the camera's local address, which is then used for other ONVIF calls.

This is behaving as expected from Frigate's end and isn't anything we can work around. You could file an issue with the python-onvif-zeep package that Frigate uses. There is a PR open there that may be relevant: FalkTannhaeuser/python-onvif-zeep#75

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Comment options

psCLE
Jul 20, 2024
Author Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Damien0505
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment