Ask Your Question

EL OUALI Achraf's profile - activity

2014-11-09 17:43:11 -0600 answered a question How to track motion from a moving hand in Java?

You can see this tutorial of basic motion detection in JAVA , this not an advanced algorithme , but it will help you : http://ratiler.wordpress.com/2014/09/08/detection-de-mouvement-avec-javacv/

Thanks

2014-11-09 17:39:57 -0600 received badge  Editor (source)
2014-11-09 17:33:52 -0600 answered a question Motion Detection with android

Hi, First excuse my english I think that you should work on a multi device system : -A server side with an embedded linux or android system connected to camera , this system will capture frames , detect motion and in the same time it is an ip camera , in this way it will be easy to connect the system with alarm or another security system or maybe send a notification to mobile app that allow you to view the webcam stream. -A client in android that allow you ti view the ip stream.

I give you some tutorials that can help you :

1/ Simple motion detection program in JAVA : http://ratiler.wordpress.com/2014/09/08/detection-de-mouvement-avec-javacv/

2/Ip camera streaming over network with RASPBERRY PI or FoxBoard G20 : http://ratiler.wordpress.com/2014/09/10/ip-webcam-streaming-on-raspberry-pi/

3/Reading Ip camera stream in Android : http://ratiler.wordpress.com/2014/09/11/lire-le-flux-video-dune-camera-ip-sur-votre-smartphone-android/

2014-11-09 17:26:22 -0600 answered a question Motion detection using Java

Hi, I don't know if you are still working on this topic , here is a simple implementation of motion detection with JAVA OPENCV :

http://ratiler.wordpress.com/2014/09/08/detection-de-mouvement-avec-javacv/