Vivotek IP2121 Digital Camera User Manual


 
www.vivotek.com
T: 886-2-22404099
F: 886-2-22404097
77
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"MjpegControl\" WIDTH=352 HEIGHT=240");
document.write(" CLASSID=\"CLSID:EAA105FE-7BBD-4196-8B96-D46743894195\" ");
document.write("
CODEBASE=\"http://192.168.0.201/plugin/mjpegcontrol.cab#version=1,0,0,3\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"2\">");
document.write("<PARAM NAME=\"Url\"
VALUE=\"http://user:password@192.168.0.201/cgi-bin/video.jpg");
document.write("?quality=3&size=2\">");
document.write("</OBJECT>");
}
else
{
document.write("<img width=352 height=240");
document.write("src=\"http://192.168.0.201/cgi-bin/video.jpg?cam=1&quality=3&size=2\">");
}
//-->
</script>
</body>
</html>
************************************************************************************