mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 18:17:36 +03:00
Fix indentation in getting_started.md
`detect`, `motion` and `record` were nested within `cameras` whereas they should be on the same level.
This commit is contained in:
parent
4319118e94
commit
165659fbee
@ -282,10 +282,11 @@ cameras:
|
|||||||
- path: rtsp://10.0.10.10:554/high_res_stream # <----- Add stream you want to record from
|
- path: rtsp://10.0.10.10:554/high_res_stream # <----- Add stream you want to record from
|
||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
detect: ...
|
|
||||||
record: # <----- Enable recording
|
detect: ...
|
||||||
enabled: True
|
record: # <----- Enable recording
|
||||||
motion: ...
|
enabled: True
|
||||||
|
motion: ...
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't have separate streams for detect and record, you would just add the record role to the list on the first input.
|
If you don't have separate streams for detect and record, you would just add the record role to the list on the first input.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user