Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Webcam applet

Is there a webcam applet that would allow people to upload webcam videos to a website and have them display on the page?

I there a sound version of this?

I want to use it for a message board. So users can send webcam videos and soundclips instead of text.

Thankyou for any help.
[305 byte] By [orko3001] at [2007-11-11 6:42:35]
# 1 Re: Webcam applet
Here are two opensource projects involving the use of Webcams with Java:

JIV-Java interface for video devices:
http://sourceforge.net/projects/jiv

TimCam - A simple graphical WebCam program written in Java using the JMF:
http://sourceforge.net/projects/timcam

Good luck.
prometheuzz at 2007-11-11 22:40:30 >
# 2 Re: Webcam applet
Thanks for that - but I am really not looking for something live. I imagine that dating sites use this. You could record a message and upload it for people to view whenever...

Any ideas?
orko3001 at 2007-11-11 22:41:30 >
# 3 Re: Webcam applet
Thanks for that - but I am really not looking for something live. I imagine that dating sites use this. You could record a message and upload it for people to view whenever...

Any ideas?

You can get an idea on how to handle a webcam from the opensource projects I posted. I don't have any applet for you that does exactly what you want. I can't just tell you in a couple of lines how to create such an applet, you'll have to read some books/tutorials about all the techniques involved.
The javax.media is the main package you'll have to focus on. Google for some tutorials and info about this package. This is maybe also interesting for you: http://forum.java.sun.com/thread.jspa?threadID=570463&tstart=0 it's a sample-code for webcam capturing.
If you have a more specific question on Java and handling (still-)images, just post your code and tell what's going wrong and where.

Good luck.
prometheuzz at 2007-11-11 22:42:34 >