Embed Java applet in your web page
Simply add the following HTML code in your web page. Change the CODEBASE to the IP
address of Webcam 1-2-3.
<applet code="a.class" name="webcamApplet" CODEBASE="http://210.66.11.6/" width="320" height="240" border="0">
<param name="imagename" value="webcam.jpg">
<param name="webcamwidth" value="320">
<param name="webcamheight" value="240">
<param name="wtime" value="1000">
</applet>
wtime = wait x mili seconds for next frame
1000 = 1 frame / second
500 = 2 frames / second
|
|