Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background. I have several cats at home, and they unfortunately set off a motion detection event of a camera that I have pointed to an external door.
So the idea is that it would be useful to connect motion to a classifier that can filter events of the pets.
More generally, motion should have an architecture in which it can send off preliminary motion events that it detected to an external classifier (plugin) that will give a go/no go, on whether to filter the event. In this way it would be possible to develop such classifiers externally with minimum changes to motion.
Ideas for such classifiers:
I'm sure the community can come up with additional filters.
Note that this feature request is only about the changes to motion needed to support such external plugins.
Beta Was this translation helpful? Give feedback.
All reactions