-
Notifications
You must be signed in to change notification settings - Fork 276
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
main.py is Runnning Fine But No object Detection #34
Comments
same happens to me |
the problem is because only the frame return from get_object() get painted in green rectangle check_for_objects() function, which I guess author's purpose is to only send email detection rectangle? |
@icerchill do you have any idea as to what to exactly add? |
so the video_camera.get_object(object_classifier) function inside check_for_objects_and_notify() will return the exact detected "green grid" frame with and a boolean tuple(frame and boolean). |
Try to change the cascade classifiers in models section , there are many other classifiers in opencv libraries which you can use. |
I tried to move in front of the camera, No movement detection and email sending, the live stream is working fine. Please help.
The text was updated successfully, but these errors were encountered: