views:

17

answers:

0

Hi.

I need to make an applet using JMF that will capture video from the webcam, show it to the user while it's recording and have a pause option to pause ( not stop ) the video capture.

I already know how to capture the video and audio and save it to a local file, but, as I said, I need to give the user the option to pause this capture and also I need to show him what's recording while he does that.

So, my question is: how am I gonna implement that? I mean, I don't want the source code, I just want opinions on what should I start learning and possible ways that I could make that work.

Thank you.