Canon 2812B015 Security Camera User Manual


 
4-8
Distributing Video Using VB Viewer
* The underlined portion is an example of IP address. In reality, the customer must enter the IP
address set for the camera ( P. 1-8).
If you are saving the Web page to the flash memory in the camera, you can also omit the IP
address, as follows:
<iframe src="/viewer/live/en/live.html" …>
sample.htm
<html>
<head>
<title>VB Viewer Sample Page</title>
</head>
<body bgcolor="gray">
<center>
<h1>LiveApplet</h1>
<iframe src="http://192.168.100.1
/viewer/live/en/live.html"
scrolling="no"
width=490 height=500>
</iframe>
</center>
</body>
</html>