To run web camera in Java-Applet code
I want to access web camera through Java-Applet code... Can u give m开发者_StackOverflow社区e sample code & somewhat basic information about it.
Start with JMF. It's the Java Media Framework which offers you a (pretty low-level) API to access media (audio/video) related devices. I am not going to post code here since you put that much effort in the question yourself as well, but at the Sun forums you can find a lot of code examples.
精彩评论