Hello Everyone,
I’m back with something new, while exploring Java and this time the API is : Java Media Framework (JMF).
Well this time I’m going to share how you can create Video Capturing Application Or you can say a Webcam in Java using JMF API.
Here’s a cap :
No more words and without wasting more time. Lets get to the main point.
Here’s the code : Click Here
Comments on all main lines of code are provided in file.
More to come soon!..

hii
i see ur code but i want some modification in that code
i want video capturing and save to a file for every 10 seconds but in hidden
Yes you can do it by using sleep(10000);
Use a loop until the capturing is going and use delay of 10sec [ sleep(10000) ] and put the saved file to where JAVA is Installed. [ ../bin ] + use the save method in that fx()……