mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Update docs
This commit is contained in:
parent
4681e1fd42
commit
b90eba961e
@ -19,9 +19,6 @@ cameras:
|
||||
- path: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
width: # <- optional, by default Frigate try to automatically detect resolution
|
||||
height: # <- optional, by default Frigate try to automatically detect resolution
|
||||
```
|
||||
|
||||
### VSCode Configuration Schema
|
||||
|
||||
@ -68,10 +68,6 @@ cameras:
|
||||
input_args: -re -stream_loop -1 -fflags +genpts
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
height: 1080 # <- optional, by default Frigate try to automatically detect resolution
|
||||
width: 1920 # <- optional, by default Frigate try to automatically detect resolution
|
||||
fps: 5
|
||||
```
|
||||
|
||||
These input args tell ffmpeg to read the mp4 file in an infinite loop. You can use any valid ffmpeg input here.
|
||||
|
||||
@ -103,8 +103,6 @@ cameras:
|
||||
- path: rtsp://10.0.10.10:554/rtsp
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
fps: 5
|
||||
motion:
|
||||
mask:
|
||||
- 0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432
|
||||
|
||||
Loading…
Reference in New Issue
Block a user