[Config Support]: Objects outside the Zone are getting detected and reported #13080
-
Describe the problem you are havingI have a camera configured so that only alerts are raised when there is a detection inside the zone. I believe that my setting is perhaps wrong. Version0.14.0-da913d8 Frigate config filemqtt:
enabled: true
host: xxxx
port: 1883
user: mqtt
password: xxx
detect:
enabled: true
fps: 5
max_disappeared: 75 # 15 seconds considering 5 fps
record:
enabled: true
retain:
days: 8
cameras:
Doorbell:
enabled: true
ffmpeg:
hwaccel_args:
- -c:v
- h264_cuvid
inputs:
- path: rtsp://xxx/Preview_01_main
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://xxx/Preview_01_sub
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- bear
- bicycle
- bird
- bus
- car
- cat
- cow
- dog
- hat
- horse
- person
- sheep
- umbrella
motion:
mask: 0.345,0.015,0.644,0.012,0.647,0.05,0.344,0.052
Camera_1:
enabled: true
ffmpeg:
hwaccel_args:
- -c:v
- h264_cuvid
inputs:
- path: rtsp://xxx/Preview_01_main
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://xxx/Preview_01_sub
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- bear
- bicycle
- bird
- bus
- car
- cat
- cow
- dog
- hat
- horse
- person
- sheep
- umbrella
zones:
Front:
coordinates:
0,0.25,0.1,0.322,0.225,0.392,0.578,0.517,0.692,0.503,0.916,0.55,1,0.836,1,1,0,1,0,0
inertia: 3
loitering_time: 0
motion:
mask: 0.351,0.026,0.638,0.025,0.638,0.058,0.352,0.058
Camera_2:
enabled: true
ffmpeg:
hwaccel_args:
- -c:v
- h264_cuvid
inputs:
- path: rtsp://xxx/Preview_01_main
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://xxx/Preview_01_sub
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- bear
- bicycle
- bird
- bus
- car
- cat
- cow
- dog
- hat
- horse
- person
- sheep
- umbrella
motion:
mask: 0.349,0.025,0.642,0.019,0.643,0.064,0.348,0.069
version: 0.14Relevant log outputDont see any log that might be relevantFrigate statsNo response Operating systemWSL2 Install methodDocker Compose Object DetectorCPU (no coral) Any other information that may be helpfulHere is the snapshot of how the mask is created. |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye217
Aug 15, 2024
Replies: 1 comment 6 replies
-
|
I'm not quite sure what you're asking or looking for. Do you want alerts only for objects inside the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Go to Settings --> Camera settings in the UI. Select your camera in the top right. Check the box for
Frontunder Alerts.