Update docs

This commit is contained in:
Nick Mowen 2023-01-20 08:34:08 -07:00
parent e09cd09f2c
commit 27ebd8407c

View File

@ -409,6 +409,19 @@ timestamp_style:
# "shadow" (shadow for font) # "shadow" (shadow for font)
effect: None effect: None
# Optional: connect to ONVIF camera
# to enable PTZ controls.
onvif:
# Required: host of the camera being connected to.
host: 0.0.0.0
# Optional: ONVIF port for device (default: shown below).
port: 8000
# Optional: username for login.
# NOTE: Some devices require admin to access ONVIF.
user: admin
# Optional: password for login.
password: admin
# Required # Required
cameras: cameras:
# Required: name of the camera # Required: name of the camera