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
|
||||
|
||||
cameras:
|
||||
good_camera: # <--- this will be changed to your actual camera later
|
||||
good_camera:
|
||||
enabled: true
|
||||
detect:
|
||||
width: 640
|
||||
height: 480
|
||||
fps: 24
|
||||
width: 1280
|
||||
height: 720
|
||||
fps: 5
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://piserver.local:8554/cam
|
||||
- path: rtsp://192.168.50.222:8554/cam
|
||||
roles:
|
||||
- detect
|
||||
motion:
|
||||
mask:
|
||||
- 0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432
|
||||
|
||||
threshold: 30
|
||||
contour_area: 10
|
||||
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
|
||||
enabled: true
|
||||
detect:
|
||||
width: 640
|
||||
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
|
||||
zones:
|
||||
ytterdorr:
|
||||
coordinates: 0.3,0.258,0.277,0.804,0.589,0.898,0.617,0.275
|
||||
loitering_time: 0
|
||||
version: 0.15-1
|
||||
|
|
Loading…
Reference in a new issue