Update Vivotek camera integration (#11529)

- Add optional digest authentication
This commit is contained in:
Kevin McCormack 2019-12-25 09:29:25 -05:00 committed by Franck Nijhof
parent 145d461718
commit 721c4af635

View File

@ -43,6 +43,11 @@ password:
description: The password for accessing your camera.
required: true
type: string
authentication:
description: "Type for authenticating the requests `basic` or `digest`."
required: false
default: basic
type: string
security_level:
description: The security level of the user accessing your camera. This could be `admin` or `viewer`.
required: false
@ -81,6 +86,7 @@ camera:
ssl: true
username: !secret fd_camera_username
password: !secret fd_camera_pwd
authentication: digest
security_level: admin
verify_ssl: false
framerate: 5