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