Viewing Sample Pages; Using A Java Viewer To Transmit Video Images; Using A Java Viewer To Create A Web Page - Canon VB101 User Manual

Network camera server
Hide thumbs Also See for VB101:
Table of Contents

Advertisement

Viewing Sample Pages

Ready-made video transmission sample pages are provided with the VB101. Follow the procedure below
to view these pages. Refer to these pages when creating your own Web pages.
Viewing the Pages
Launch your Web browser and enter the following URL:
1
http://192.168.100.1*/sample/
* The underlined portion is a sample IP address. Enter the actual IP address of the camera server.
The page shown below appears with links to the other sample pages. Click on the link to the
2
sample page you want to view.
Examples of sample pages
JavaApplet sample 1
This is a LiveApplet sample page which
transmits live pictures from the video
and allows users to control the camera.
Sample layout for 4 still images
This sample page shows the layout
for four still video images.
62
JavaApplet sample 2
This is a sample page which displays live video
at a low frame rate. You can also click to use
LiveApplet to operate the camera at a high rate.
Still image request page using JavaScript
This is a sample page for an applet in which the
user specifies the camera control parameters
and a live still video image is displayed.

Using a Java Viewer to Transmit Video Images

This section describes how to use the Java Viewers to provide video images. Application examples are also given.

Using a Java Viewer to Create a Web page

When you use a Java Viewer, the viewer applet to be used must be incorporated into the web
page you provide. However, this is not especially difficult. The page can be created using the
HTML normally used to include an applet.
LiveApplet
<applet codebase="http://192.168.100.1*/-wvdoc-01-/LiveApplet/"
code="LiveApplet.class" archive="LiveApplet.zip"
width=450 height=380>
<param name=url
value="http://192.168.100.1*/">
<param name=cabbase value="LiveApplet.cab">
</applet>
Glimpse
<applet codebase="http://192.168.100.1*/-wvdoc-01-/Glimpse/"
code="Glimpse.class" archive="Glimpse.zip"
width=160 height=120>
<param name=url
value="http://192.168.100.1*/">
<param name=cabbase value="Glimpse.cab">
</applet>
Enter the parameters required by the applet between the <applet> -</applet> tags.
Use the <param> tag for parameters other than the common attributes for applets (codebase,
code, archive, width and height).
* The underlined portion is a sample IP address. Enter the actual IP address of camera server.
e
In Netscape Navigator 3.X, <param> tag values may not be read correctly depending
on the character codes used in the page. If this occurs, the problem can be remedied
Tip
by specifying a "ISO-8859-1" as the character set in the <meta> tag at the beginning
of the page in which the applet is running.
Example:
<meta http-equiv ="CONTENT-type" CONTENT="text/
html;charset=ISO-8859-1">
However, if the <meta> tag is used, some characters encoded by the scheme other
than iso-8859-1 will not be displayed correctly. if you want to use foreign languages
in the same page, consider using the frames to construct the page.
4
63

Advertisement

Table of Contents
loading

Table of Contents