You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new object moves into frame and stops it will be identified unless it is filtered out by static exclusion zones each time a new movement event is passed long by Synology. So, for example - a newly parked car can be repeatedly detected even though it hasn't moved. This gets noisy if the camera isn't good at filtering out stuff like wind or shadows.
This suggestion is to create a temporary exclusion zone for each valid prediction until that prediction is no longer valid. This way there are only 2 notifications for each stationary object - when it first appears, and when it disappears.
I've actually coded this up as a new ExcludeIdlePredictions boolean on Camera if you are interested.
The text was updated successfully, but these errors were encountered:
When a new object moves into frame and stops it will be identified unless it is filtered out by static exclusion zones each time a new movement event is passed long by Synology. So, for example - a newly parked car can be repeatedly detected even though it hasn't moved. This gets noisy if the camera isn't good at filtering out stuff like wind or shadows.
This suggestion is to create a temporary exclusion zone for each valid prediction until that prediction is no longer valid. This way there are only 2 notifications for each stationary object - when it first appears, and when it disappears.
I've actually coded this up as a new ExcludeIdlePredictions boolean on Camera if you are interested.
The text was updated successfully, but these errors were encountered: