diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index 52fd29b38..c06f75d3a 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -7,7 +7,7 @@ title: Cameras Several inputs can be configured for each camera and the role of each input can be mixed and matched based on your needs. This allows you to use a lower resolution stream for object detection, but create recordings from a higher resolution stream, or vice versa. -A camera is enabled by default but can be temporarily disabled by using `enabled: False`. +A camera is enabled by default but can be temporarily disabled by using `enabled: False`. Existing events and recordings can still be accessed. Live streams, recording and detecting are not working. Camera specific configurations will be used. Each role can only be assigned to one input per camera. The options for roles are as follows: diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 19df8c347..34e4661e0 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -380,7 +380,9 @@ timestamp_style: cameras: # Required: name of the camera back: - # Optional: Enable/Disable the camera (default: shown below) + # Optional: Enable/Disable the camera (default: shown below). + # If disabled: config is used but no live stream and no capture etc. + # Events/Recordings are still viewable. enabled: True # Required: ffmpeg settings for the camera ffmpeg: