Instruction manual

AXIS 2400 User’s Manual Appendix E - CGI Parameters
55
An HTML page for reading and writing to the Pan/Tilt port:
In a Web browser, the page will look like this:
CGI Parameters for Preset Positions
For preset position requests, use this syntax:
It is also possible to use an index number instead of the preset position name:
Note:
It may take a few seconds for the camera to adjust itself to the new position but the snapshot is
taken immediately. Therefore you need to update the snapshot in the application after a while.
<HTML>
<HEAD>
<TITLE>HTTP Input/Output Test Page</TITLE>
</HEAD>
<BODY>
<H2>HTTP Input/Output Test Page</H2>
<FORM ACTION="http://videoserv/cgi-bin/control" method=post>Write
hexadecimal byte string&nbsp;
<input type=text size=20 maxsize=19 name="dataout"> to Pan/Tilt port.
<P>Read &nbsp;<input type=text name=read value="0" size=4> bytes from
Pan/Tilt port.
<P>Wait &nbsp;<input type=text name=wait value="1" size=4> seconds.
<P><input type=submit name="Send" value="Send HTTP Request"></FORM>
</BODY>
</HTML>
http://<servername>/cgi-bin/control?presetposname=<position name>
http://<servername>/cgi-bin/control?presetposno=<1-10>