Capture image from live streaming
Hi guyz..
I'm new to java world..
currently i'm working on a website that stream live from webcam.
I need your help to do the capture button..for capture the image and save to folder..
Hope you guyz can help me..
Here is the code that i used for the streaming..
Code:
<html>
<body>
<applet code="JavaCamPush.class" codebase="http://10.XXX.XX.XXX:8888/applet"
archive="JavaCamPush.jar" width="320" height="240">
<param name="URL" value="http://10.XXX.XX.XXX:8888">
<param name="cabbase" value="JavaCamPush.cab">
</applet>
</body>
</html>