Axis 200 User Manual page 18

Axis 200+ and 240 camera server
Hide thumbs Also See for 200:
Table of Contents

Advertisement

AXIS 200+ and 240 User's Guide
Example
<HTML>
<HEAD>
<TITLE>Choose the right browser</TITLE>
</HEAD>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
if (navigator.appName == "Microsoft Internet Explorer")
{ document.write("<OBJECT ID=Axis Camera
CLASSID=CLSID:1773DB27-C4D2-11D1-87CE-00805FD85E14>");
document.write("<PARAM NAME=CamAddress VALUE=192.16.253.80>");
document.write("<PARAM NAME=AutoSize VALUE=0>");
document.write("<BR>Download the <B> Axis ActiveX Camera
Control</B><BR>from the <B>Server push page. <B></OBJECT>");
}
else {document.write("<IMG
SRC=http://192.16.253.80/cgi-bin/fullsize.srvpushb>");
}
</SCRIPT>
</BODY>
</HTML>
HTML Refresh Image Feed
This function instructs your Web browser to collect a new snapshot at an adjustable rate. It is
supported by most standard Web browsers.
Notes:
To terminate automatic picture updating, you can click Stop or enter another URL.
The Java script code example detailed below, is used to bypass browser image caching.
Example
<HTML>
<HEAD>
<META http-equiv="Refresh" content="5">
<TITLE>Refresh image feed</TITLE>
</HEAD>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
day = new Date()
document.write("<IMG SRC=\"http://192.16.253.80/fullsize.jpg?dummy=");
document.write(day.getHours());
document.write(day.getMinutes());
document.write(day.getSeconds());
document.write("\">");
</SCRIPT>
</BODY>
</HTML>
Using the Camera Server
17

Advertisement

Table of Contents
loading

This manual is also suitable for:

240200+

Table of Contents