frigate: move mask from objects to motion, expand mask slightly
This commit is contained in:
parent
e23365360f
commit
8882086b63
1 changed files with 5 additions and 5 deletions
|
@ -36,14 +36,14 @@ detect:
|
||||||
width: 640
|
width: 640
|
||||||
height: 480
|
height: 480
|
||||||
|
|
||||||
|
motion:
|
||||||
|
mask:
|
||||||
|
- 0,180,76,189,215,149,372,128,375,222,194,224,145,311,0,296
|
||||||
|
|
||||||
objects:
|
objects:
|
||||||
track:
|
track:
|
||||||
- person
|
- person
|
||||||
- cat
|
- cat
|
||||||
filters:
|
|
||||||
person:
|
|
||||||
mask:
|
|
||||||
- 81,294,83,189,0,174,0,265,24,255,36,271
|
|
||||||
|
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args: preset-vaapi
|
hwaccel_args: preset-vaapi
|
||||||
|
@ -58,7 +58,7 @@ go2rtc:
|
||||||
- ffmpeg:reolink#audio=opus
|
- ffmpeg:reolink#audio=opus
|
||||||
reolink_sub:
|
reolink_sub:
|
||||||
# - rtsp://admin:{FRIGATE_DOORBELL_PASSWORD}@10.0.0.31/h264Preview_01_sub
|
# - rtsp://admin:{FRIGATE_DOORBELL_PASSWORD}@10.0.0.31/h264Preview_01_sub
|
||||||
- http://10.0.0.31/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD}
|
- http://10.0.0.31/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD}
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
deurbel:
|
deurbel:
|
||||||
|
|
Loading…
Reference in a new issue