mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
docs: initial commit
This commit is contained in:
parent
747006cb13
commit
6d202c67f3
@ -80,8 +80,8 @@ cameras:
|
||||
rtmp:
|
||||
enabled: False # <-- RTMP should be disabled if your stream is not H264
|
||||
detect:
|
||||
width: # <---- update for your camera's resolution
|
||||
height: # <---- update for your camera's resolution
|
||||
width: # <- optional, by default Frigate try to automatically detect resolution
|
||||
height: # <- optional, by default Frigate try to automatically detect resolution
|
||||
```
|
||||
|
||||
### Blue Iris RTSP Cameras
|
||||
|
||||
@ -33,8 +33,8 @@ cameras:
|
||||
roles:
|
||||
- record
|
||||
detect:
|
||||
width: 1280
|
||||
height: 720
|
||||
width: 1280 # <- optional, by default Frigate try to automatically detect resolution
|
||||
height: 720 # <- optional, by default Frigate try to automatically detect resolution
|
||||
```
|
||||
|
||||
Additional cameras are simply added to the config under the `cameras` entry.
|
||||
|
||||
@ -20,8 +20,8 @@ cameras:
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
width: 1280
|
||||
height: 720
|
||||
width: # <- optional, by default Frigate try to automatically detect resolution
|
||||
height: # <- optional, by default Frigate try to automatically detect resolution
|
||||
```
|
||||
|
||||
### VSCode Configuration Schema
|
||||
|
||||
@ -69,8 +69,8 @@ cameras:
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
height: 1080
|
||||
width: 1920
|
||||
height: 1080 # <- optional, by default Frigate try to automatically detect resolution
|
||||
width: 1920 # <- optional, by default Frigate try to automatically detect resolution
|
||||
fps: 5
|
||||
```
|
||||
|
||||
|
||||
@ -22,8 +22,6 @@ cameras:
|
||||
- detect
|
||||
detect:
|
||||
enabled: False # <---- disable detection until you have a working camera feed
|
||||
width: 1280 # <---- update for your camera's resolution
|
||||
height: 720 # <---- update for your camera's resolution
|
||||
```
|
||||
|
||||
### Step 2: Start Frigate
|
||||
@ -106,8 +104,7 @@ cameras:
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
width: 1280
|
||||
height: 720
|
||||
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