Skip to content
Discussion options

You must be logged in to vote

The "Sender not Authorized" error you're encountering with your Dahua PTZ camera in Frigate 0.16.2 is related to changes in the ONVIF library that Frigate uses(1). Several users have reported similar authorization issues after upgrading to Frigate 0.16.x(1)(2).

Based on community reports, here are the steps to try:

1. Set tls_insecure to false

The breaking changes in Frigate 0.16 indicate that setting tls_insecure: false (which enables TLS) has resolved ONVIF authentication issues for some users(2). Try changing your ONVIF configuration:

onvif:
  host: 192.168.0.196
  port: 80
  user: frigate
  password: password
  tls_insecure: false
  ignore_time_mismatch: true

(2)

2. Verify Time Synchr…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by NexGen-3D-Printing
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