Since we now have a car I have enabled car detection in my config, but everything's going a bit crazy and getting constant detections and alerts all day long.
Hopefully you can help me with adjusting the config.
I would like car and person as alert in both zones, and cat as detection in both too. But for the car, only alert when it was parked or leaves (not the entirety of the time it's there).
Attached an example of a detection outside of the relevant zones. This is in the new Explore mode (not sure if a tracked object here constitutes a detection in Review, since it's hard for me to find what was "detected" in Review due to lack of bounding boxes).
Current settings:
doorbell:
# enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell
roles:
- record
- detect
- audio
live:
stream_name: doorbell
detect:
width: 1280
height: 960
fps: 5
#birdseye:
# order: 1
zones:
Front_garden:
coordinates:
0.143,0.527,0.143,0.561,0.373,0.563,0.613,0.56,0.609,0.523,0.716,0.539,0.711,0.646,0.993,0.751,0.995,0.999,0.002,0.999,0,0.557
inertia: 3
loitering_time: 0
Driveway/Neighbours:
coordinates:
0.708,0.515,0.733,0.451,0.91,0.421,1,0.499,1,0.585,0.973,0.754,0.709,0.652,0.712,0.566,0.712,0.541
inertia: 3
loitering_time: 5 #seconds
objects: person
filters:
person:
min_area: 500
review:
detections:
required_zones:
- Front_garden
- Driveway/Neighbours
alerts:
required_zones: Driveway/Neighbours
motion:
mask:
0,0.429,0.122,0.421,0.198,0.33,0.56,0.331,0.589,0.434,0.871,0.412,0.896,0.389,0.975,0.436,0.999,0.436,0.999,0.003,0.002,0
Thanks!