Canon VB101 User Manual Page 34

  • Download
  • Add to my manuals
  • Print
  • Page
    / 59
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 33
Creating Web Pages
4
66 67
glimps.htm
<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<script language="JavaScript">
<!--
function clicked(btn) {
url = btn.name
window.open(url,"LiveApplet","width=490,height=400")
}
// -->
</script>
<title>Glimpse</title>
</head>
<body>
<table>
<form name="form">
<tr><td><center>
<applet codebase="http://
192.168.100.1*/-wvdoc-01-/Glimpse/"
code="Glimpse.class" archive="Glimpse.zip"
width=160 height=120>
<param name=cabbase value="Glimpse.cab">
<param name=url value="http://
192.168.100.1*/">
</applet>
</center></td></tr>
<tr><td><center>
<input type="Button" name="popup.htm" value="click me"
onClick="clicked(this)">
</center></td></tr>
</form>
</table>
</body>
</html>
popup.htm
<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<title>LiveApplet</title>
</head>
<body>
<center>
<applet codebase="http://
192.168.100.1*/-wvdoc-01-/LiveApplet/"
code="LiveApplet.class" archive="LiveApplet.zip"
width=450 height=380>
<param name=cabbase value="LiveApplet.cab">
<param name=url value="http://
192.168.100.1*/">
</applet>
</center>
</body>
</html>
1
2
Click the button to display
the page in which
LiveApplet is embedded.
1
2
* The underlined portion is a sample IP address. Enter the actual IP address of the camera server.
Using Glimpse and LiveApplet Together
This section describes how to create a Web page that allows users to use Glimpse to download
quickly and view live video at a low frame rate, and then use LiveApplet to view video at a high frame
rate and control the camera when they find images they are particularly interested in.
Glimpse embedded in
the page.
Pop-up LiveApplet
window
Using a Java Viewer to Transmit Video Images Using a Java Viewer to Transmit Video Images
Page view 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 58 59

Comments to this Manuals

No comments