Skip to content
Discussion options

You must be logged in to vote

We've seen this error before from users who have a camera that doesn't have an onvif username and password, and from users who set it up incorrectly in their config file.

You're correct, you need to specify it this way:

cameras:
  PTZ_Garage:
    ...
    onvif:
      host: 192.168.1.10
      port: 8000
      user: admin
      password: password

Do not specify the host with user:pass@192.168.1.10. That will not work. Keep everything separate as above.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hawkeye217
Comment options

Answer selected by milkam
@milkam
Comment options

@hawkeye217
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment