Updated config
This commit is contained in:
parent
fa2f5e1f64
commit
fbfcfd3b7d
1 changed files with 9 additions and 36 deletions
|
@ -21,51 +21,24 @@ snapshots:
|
||||||
default: 30
|
default: 30
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
good_camera: # <--- this will be changed to your actual camera later
|
good_camera:
|
||||||
enabled: true
|
enabled: true
|
||||||
detect:
|
detect:
|
||||||
width: 640
|
width: 1280
|
||||||
height: 480
|
height: 720
|
||||||
fps: 24
|
fps: 5
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://piserver.local:8554/cam
|
- path: rtsp://192.168.50.222:8554/cam
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
motion:
|
motion:
|
||||||
mask:
|
|
||||||
- 0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432
|
|
||||||
|
|
||||||
threshold: 30
|
threshold: 30
|
||||||
contour_area: 10
|
contour_area: 10
|
||||||
improve_contrast: true
|
improve_contrast: true
|
||||||
shit_camera: # <--- this will be changed to your actual camera later
|
|
||||||
enabled: true
|
|
||||||
detect:
|
|
||||||
width: 640
|
|
||||||
height: 480
|
|
||||||
fps: 24
|
|
||||||
ffmpeg:
|
|
||||||
inputs:
|
|
||||||
- path: rtsp://localhost:554/mystream2
|
|
||||||
roles:
|
|
||||||
- detect
|
|
||||||
motion:
|
|
||||||
mask:
|
|
||||||
- 0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432
|
|
||||||
|
|
||||||
shit_camera2: # <--- this will be changed to your actual camera later
|
zones:
|
||||||
enabled: true
|
ytterdorr:
|
||||||
detect:
|
coordinates: 0.3,0.258,0.277,0.804,0.589,0.898,0.617,0.275
|
||||||
width: 640
|
loitering_time: 0
|
||||||
height: 480
|
|
||||||
fps: 24
|
|
||||||
ffmpeg:
|
|
||||||
inputs:
|
|
||||||
- path: rtsp://localhost:554/mystream3
|
|
||||||
roles:
|
|
||||||
- detect
|
|
||||||
motion:
|
|
||||||
mask:
|
|
||||||
- 0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432
|
|
||||||
version: 0.15-1
|
version: 0.15-1
|
||||||
|
|
Loading…
Reference in a new issue