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.
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.