tags:

views:

196

answers:

2

I want to develop a java application to capture video from a usb web cam and store in .3gp format onto the hard disk.

Please provide me working code (if any) that stores the video in .3gp format.please help me friends.

A: 

You will have to grab each frame from camera and then apply the coding associated with 3gp format. See this, http://www.mediasoftpro.com/aspnet-3gp-encoder.html

jose
thank you.But i want to develop a java application.
A: 

Assuming you have the web-images from your camera already, you can use Xuggler to encode them into a 3gp file in whatever codecs you want.

Xuggle
Thank you for reply.Can you help me out with the coding part?i am new to java.please!