-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to restrict Birdseye camera to Alerts (instead of any detected object) #16816
Comments
That is incorrect, object masks are applied at the object detection level, before anything including birdseye can be triggered. |
Then I must be misunderstanding something... I am using Now, why would How is that possible? Am I missing something? Any way to debug this on my side? |
try using the debug live view |
Thanks! Indeed, what I see there is that there are quite a few additional false positives when the wind moves the bushes BUT those tend to last only 1 single frame... and therefore they are not picked up as alerts because the relevant zone requires an inertia of 3 frames. So the way the Zone works (requiring 3 frames to confirm that an actual person is there (behind he bushes)) is indeed great and I would not want to change that (nor shrink the zone). So, do I assume correctly that If so, is there already a way to make it react only after X frames, depending on what is configured for the zones? If not, isn't a |
Do I understand it correctly now?
What I am trying to do is push "What is happening on my cameras right now?" to the next notch: "What is happening that I really need to know about?" Background: I believe you need to distinguish two usage profiles:
Thank you for your consideration. |
Describe what you are trying to accomplish and why in non technical terms
I'd like to be able to configure Birdseye to show only the most critical alerts, i-e:
Describe the solution you'd like
I propose:
(another option would be to make
mode: objects
more restrictive)Describe alternatives you've considered
My current config is:
Unfortunately,
mode: objects
includes all cameras that have false positives (and there are a lot of these when it rains). Those false positives are excluded with Object Masks and they do not trigger Alerts in the Review screen. However, all these false positives tigger inclusion into birdseye :'(Additional context
I believe it would also make sense to include
mode: detections
which will give a more chatty birdseye thanmode: alerts
but still less chatty thanmode: objects
.Thank you.
The text was updated successfully, but these errors were encountered: