How to capture a picture from live streaming video?

Status
Not open for further replies.

sk8ter87

Member level 3
Joined
Dec 1, 2009
Messages
55
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Malaysia
Activity points
1,665
Live streaming video

Hi guyz,

I'm currently working on the website that stream live from the webcam.
The streaming part i already done it..my problem now is dunno how to capture the image from live streaming and save to a folder..
hope you guyz can help me..

Here is the code i used for the live streming:

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>
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…