Im currently looking to building a simple application.
I've had a look at other application and stack overflow questions which dont seem to help.
I want to make the application use the build i web camera to take a image and show in in a swing gui.. Then take a another picture say 2 seconds later.. Check if its the same as the first and discard it if its else show it?
I have the following questions:
- What libairys to i need to use to grab pictures from my webcam?
- How do i dertimine when the picture has changed i.e. take a picture compare it to last save if its any differnt?
Is there away to do this easily and not use lots and lots of libarys?
Is there any example/simple code out there?