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

Report Wrong Code #150

Closed
pacozaa opened this issue Oct 5, 2013 · 3 comments
Closed

Report Wrong Code #150

pacozaa opened this issue Oct 5, 2013 · 3 comments

Comments

@pacozaa
Copy link

pacozaa commented Oct 5, 2013

In DetectMotionExample.java
has some wrong point
at line 18
detector.setCheckInterval(100); // one check per 100 ms
should be
detector.setInterval(100); // one check per 100 ms.
I don't know how it happened but I just check on your document and find the way out.

@sarxos
Copy link
Owner

sarxos commented Oct 7, 2013

Hi,

Thank you for the report :) You are correct, I changed mentioned method name and additionally fixed some timing issue present in the build-in motion detector feature.

@shivapant
Copy link

hii friend ..can you tell me about motion detection using webcam ,which softwares are use and source code

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

No branches or pull requests

3 participants