Hi.
I need to make an application that works from the browser, that can capture video from the webcam, show to the user what's being captured, have an option of pausing this capture (optional, but I'd like to) and after finished the user would hit a "submit" button and send it to the site (server).
I've been struggling with JMF, because I only have some Java knowledge, but it's a very dark and obscure framework that doesn't have a lot of documentation.
So, what's the best way to me to do that, considering that I just know a little Java and would have to learn any other language from beginning (probably will be easier than JMF though ) ?