Hello to the comunity i need two algorithms to create a program.
First of all the program is using a webcam as camera in case to identify movment (like security alarm-kinect) and then to popup a message.
I have the algorithm but i want to converte it to java. Here is my "algorithm" when the program starts keep a picture of the enviroment and then evrey 10sec to cupture an new one then the program will compare the two pictures if the new picture is not equal with the old (something change) then the popup message will apear.
I have no idea how to connect a camera with java program (Netbeans) and how to do the above things.
Thank you in advance.