java:web cam application
I am looking to do develop the following application. How to proceed? Scan the system for installed webcams and their supported video modes. Let the user select a cam and a video mode. Displays a video of the camera. Starts a frame grabber/processor, it doesn't have to do nothing for now. I want to have the possibility to elaborate frames or at least one frame every x. Not sure if it's possible but i'd need also a routine to overlay processed frames on the playing video. n002213f Check this post on SO for inspiration. The JMF framework supports capturing real-time data, audio or video, as