Update ONVIF configuration notes in reference.md

This commit is contained in:
GuoQing Liu 2026-03-18 18:17:41 +08:00 committed by GitHub
parent c322d395e8
commit 51241872c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -908,8 +908,8 @@ cameras:
onvif:
# Required: host of the camera being connected to.
# NOTE: HTTP is assumed by default; HTTPS is supported if you specify the scheme, ex: "https://0.0.0.0".
# NOTE: ONVIF host, user, and password can be specified with environment variables or docker secrets
# that must begin with 'FRIGATE_'. e.g. host: '{FRIGATE_ONVIF_HOST}'
# NOTE: ONVIF user, and password can be specified with environment variables or docker secrets
# that must begin with 'FRIGATE_'. e.g. host: '{FRIGATE_ONVIF_USERNAME}'
host: 0.0.0.0
# Optional: ONVIF port for device (default: shown below).
port: 8000