When the camera motion is triggered, it can be caused by a number of things (trees, shadows, bugs etc). If there's a stationary object in the picture, sssAI will trigger a recording regardless of what caused the motion to be detected.
It would be great if these events could be filtered-out.
I have an idea to implement this. We could keep the last results (predictions) for each camera. If the objects detected are the same (label and location), the we ignore the trigger and do not tell sss to start a recording.
When the camera motion is triggered, it can be caused by a number of things (trees, shadows, bugs etc). If there's a stationary object in the picture, sssAI will trigger a recording regardless of what caused the motion to be detected.
It would be great if these events could be filtered-out.
I have an idea to implement this. We could keep the last results (
predictions) for each camera. If the objects detected are the same (label and location), the we ignore the trigger and do not tell sss to start a recording.