Configuration
52
Siemens Building Technologies
Fire Safety & Security Products
04.2006
10.10.2 Live video with Internet Explorer
Prerequisite:
Microsoft Internet Explorer (5.5 or later)
is installed. This browser can be
downloaded from:
http://microsoft.com/windows/ie/
In addition to Microsoft Internet Explorer (5.5 or later), you will need to install Java
Runtime. Java Runtime can be found on the CD included in the package.
Example of an executable HTML page
The following example is for displaying a live image in standard resolution (352 x
288 pixels).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Show Live Applet</title>
<head>
<body>
<applet code=picview width=352 height=288 ID="LiveApplet" VIEWASTEXT>
<param name="Source" value="cgi-bin/livejpeg?size=1">
<param name="sizeX" value="352">
<param name="sizeY" value="288">
<param name="height" value="288">
<param name="width" value="352">
<param name="code" value="picview">
<param name="codeBase" value="http://192.168.1.100/player">
</applet>
<body>
<html>
Available parameters
NOTE
If parameters are changed, the corresponding parameters for the Java applet must be updated.
Parameter Setting
options
size Image
size
z
size=0 QCIF input (176 x 144),
z
size=1 CIF input (352 x 288),
z
size=2 4CIF input (704 x 576),
szX
Image width in pixels
szY
Image width in pixels
ofX
Image offset, measured horizontally from the left-hand side of the digital image
ofY
Image offset, measured vertically from the top edge of the digital image
qual
JPEG coding quality in the range 0-100
bw
Black/white display properties
z
1: black/white,
z
0: color
limit
Bandwidth limit in kilobits per second
Tab. 2
Changing parameters