From 27ebd8407c59dd87ca4ebfe1a73f3a2c5fd9ae46 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 20 Jan 2023 08:34:08 -0700 Subject: [PATCH] Update docs --- docs/docs/configuration/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 113884d6d..3817d6c2a 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -409,6 +409,19 @@ timestamp_style: # "shadow" (shadow for font) 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 cameras: # Required: name of the camera