Skip to content
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

Is there a way to use this code to generate alerts when motion detected? #4

Closed
zlelik opened this issue Dec 29, 2020 · 1 comment
Closed

Comments

@zlelik
Copy link

zlelik commented Dec 29, 2020

I want to make a program like this

if (isMotionDetected(sensitivity)) {
  //doSomething();
}

I reviewed the code but could not find how I can make it. Is it possible at all or this code is just converting picture to grayscale and highlight motion?

@jasonmayes
Copy link
Owner

Its technically possible but you would need to write this logic yourself.
You may also be interested in my other repo that does real time person removal - you could change that to be other objects with different machine learning models etc. https://github.com/jasonmayes/Real-Time-Person-Removal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants