I am trying to take photos with my web cam, and I'm having some difficulty trying to find a solution in java.
I've successfully set up FMJ and have my streaming video, but I want to take a photo, not video frame-grab. My web cam says it's 1.3MP, and 640 x 480 is a whopping 0.3MP!
So to clarify - I want to:
- Stream video to my display from my web cam (so I can see what I'm doing)
- When I press enter
- Stop capturing video
- Take full resolution photo (an image; not part of a low-res stream)
- Return to step 1 (streaming video to display)