mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Describe effects of disabled cam in documentation
This commit is contained in:
parent
79548ff0dd
commit
ffbfc9fb16
@ -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.
|
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:
|
Each role can only be assigned to one input per camera. The options for roles are as follows:
|
||||||
|
|
||||||
|
|||||||
@ -380,7 +380,9 @@ timestamp_style:
|
|||||||
cameras:
|
cameras:
|
||||||
# Required: name of the camera
|
# Required: name of the camera
|
||||||
back:
|
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
|
enabled: True
|
||||||
# Required: ffmpeg settings for the camera
|
# Required: ffmpeg settings for the camera
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user