User`s guide

AXIS 200+ and 240 User’s Guide Using the Camera Server
15
Example
In this example the width of the image has been doubled from normal fullsize 352 to 704 pix-
els and the height from normal (PAL) fullsize 288 to 576 pixels.
Automatic Picture Updating
The camera server supports several methods for automatic picture updating:
•Server push
•ActiveX
HTML refresh image feed
CamImg Java applet
CamCtrl Java applet (includes Pan/Tilt control for the AXIS 240)
Server Push
The Server push function continuously pushes new snapshots to your Web browser.
Example
The frame rate depends on how fast the AXIS 200+ and 240 can deliver the snapshot data over the
available network bandwidth. Therefore, you cannot adjust the frequency of the Server push
snapshots within your Web browser.
<HTML>
<HEAD>
<TITLE>Axis Camera Server Page</TITLE>
</HEAD>
<BODY>
<H1>Welcome to the enlarged Axis Web Camera Demo</H1>
<IMG ALT="Fullsize JPEG Image”
SRC=”http://192.16.253.80/fullsize.jpg"
WIDTH="704" HEIGHT="576">
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE>Axis Camera Server Page</TITLE>
</HEAD>
<BODY>
<H1>Welcome to the Server Push Demo</H1>
<IMG
SRC=”http://192.16.253.80/cgi-bin/fullsize.srvpushb"
</BODY>
</HTML>