forked from Github/frigate
Organize configuration sidebar (#7333)
* Organize configuration sidebar * Add go2rtc config file * More reorganization
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: autotracking
|
||||
title: Autotracking
|
||||
title: Camera Autotracking
|
||||
---
|
||||
|
||||
An ONVIF-capable, PTZ (pan-tilt-zoom) camera that supports relative movement within the field of view (FOV) can be configured to automatically track moving objects and keep them in the center of the frame.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: index
|
||||
title: Configuration File
|
||||
title: Frigate Configuration Reference
|
||||
---
|
||||
|
||||
For Home Assistant Addon installations, the config file needs to be in the root of your Home Assistant config directory (same location as `configuration.yaml`). It can be named `frigate.yaml` or `frigate.yml`, but if both files exist `frigate.yaml` will be preferred and `frigate.yml` will be ignored.
|
||||
|
||||
Reference in New Issue
Block a user