This commit is contained in:
Nick Mowen 2023-01-13 14:06:37 -07:00
parent 91037e236f
commit 617e06938c

View File

@ -486,4 +486,13 @@ cameras:
order: 0 order: 0
# Optional: Whether or not to show the camera in the Frigate UI (default: shown below) # Optional: Whether or not to show the camera in the Frigate UI (default: shown below)
dashboard: True dashboard: True
# Optional
ui:
# Optional: Set the default live mode for cameras in the UI (default: shown below)
live_mode: mse
# Optional: Set a timezone to use in the UI (default: use browser local time)
timezone: None
# Optional: Use an experimental recordings / camera view UI (default: shown below)
experimental_ui: False
``` ```