Organize configuration sidebar (#7333)

* Organize configuration sidebar

* Add go2rtc config file

* More reorganization
This commit is contained in:
Nicolas Mowen
2023-07-30 18:29:50 -05:00
committed by GitHub
parent d0b38f0a47
commit f57d21039e
4 changed files with 40 additions and 24 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
---
id: cameras
title: Cameras
title: Camera Configuration
---
## Setting Up Camera Inputs
@@ -33,8 +33,8 @@ cameras:
roles:
- record
detect:
width: 1280 # <- optional, by default Frigate tries to automatically detect resolution
height: 720 # <- optional, by default Frigate tries to automatically detect resolution
width: 1280 # <- optional, by default Frigate tries to automatically detect resolution
height: 720 # <- optional, by default Frigate tries to automatically detect resolution
```
Additional cameras are simply added to the config under the `cameras` entry.