mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +03:00
Update index.md
Without the detectors: section check for the Coral was throwing an exception, made it difficult to get going as new user
This commit is contained in:
parent
d2bc2c20c1
commit
030e133841
@ -3,9 +3,9 @@ id: index
|
|||||||
title: Configuration
|
title: Configuration
|
||||||
---
|
---
|
||||||
|
|
||||||
HassOS users can manage their configuration directly in the addon Configuration tab. For other installations, the default location for the config file is `/config/config.yml`. This can be overridden with the `CONFIG_FILE` environment variable. Camera specific ffmpeg parameters are documented [here](cameras.md).
|
HassOS users can manage their configuration directly in the addon Configuration tab. For other installations, the default location for the config file is `/config/frigate.yml`. This can be overridden with the `CONFIG_FILE` environment variable. Camera specific ffmpeg parameters are documented [here](cameras.md).
|
||||||
|
|
||||||
It is recommended to start with a minimal configuration and add to it:
|
It is recommended to start with a minimal configuration and add to it. This configuration does not enable Coral TPU hardware.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
mqtt:
|
mqtt:
|
||||||
@ -21,6 +21,11 @@ cameras:
|
|||||||
width: 1280
|
width: 1280
|
||||||
height: 720
|
height: 720
|
||||||
fps: 5
|
fps: 5
|
||||||
|
detectors:
|
||||||
|
cpu1:
|
||||||
|
type: cpu
|
||||||
|
cpu2:
|
||||||
|
type: cpu
|
||||||
```
|
```
|
||||||
|
|
||||||
## Required
|
## Required
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user