diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index c516d3bc8..7f89157c6 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -79,6 +79,12 @@ cameras: If the ONVIF connection is successful, PTZ controls will be available in the camera's WebUI. +:::tip + +If your ONVIF camera does not require authentication credentials, you may still need to specify an empty string for `user` and `password`, eg: `user: ""` and `password: ""`. + +::: + An ONVIF-capable camera that supports relative movement within the field of view (FOV) can also be configured to automatically track moving objects and keep them in the center of the frame. For autotracking setup, see the [autotracking](autotracking.md) docs. ## ONVIF PTZ camera recommendations