Link to home
Start Free TrialLog in
Avatar of macoy643
macoy643

asked on

how to: video,webcam applet

Hi everybody!

Im new to java.  can anybody help me where to get a tutorials how to write applet for my webcam? I dont understand how video streaming works in java applet. like VIDEO CHAT.

Or anybody can give me some examples how i can communicate with my webcam with java applet????


Thanks in advance.

   
ASKER CERTIFIED SOLUTION
Avatar of Tommy Braas
Tommy Braas
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of krakatoa
orangehead911:

when you say "for the time being", do you mean that, for eg., 1.5 will obviate the need for JNI, or is something else implied. Just wanted to ask you for a bit of clarification. ;)
Avatar of Cheney
Cheney

Take a look at the Java Media Framework, this eliminates the need for native code, and contains demo java code for webcam capture.  http://java.sun.com/products/java-media/jmf/