mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-30 07:39:01 +03:00
Organize configuration sidebar (#7333)
* Organize configuration sidebar * Add go2rtc config file * More reorganization
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user