User`s manual

Creating Web Pages
4
93
Displaying Bitmap Images on the Video Image
Transparent GIF
sample
<param name=superimpose value="newlogo.gif,x,y*">
Specifying the Background Color
<html>
<body bgcolor=#cccccc>
<applet codebase=http://...code="LiveApplet.class" width=400 height=300>
<param name=url value="http://
192.168.100.10*">
<param name=bg_color value="#cccccc">
</applet>
</body>
</html>
Using Java Viewers to Send Information
* The underscored portion is a sample IP address. Enter the actual camera server IP address.
Also, if the camera server's HTTP conversion server port number is 80, only the camera server
host name is required. If not, you must include the camera server host port number (eg.
192.168.100.10:8080).
* x and y specify the display position. x,y=0.0 specifies the top-left corner. If the coordinates are
omitted, the image is displayed in the center.