User Manual

Table Of Contents
AXIS 240 Users Manual Section 5: Using the AXIS 240
61
Example 1
Request a fullsize JPEG snapshot from the default camera
connected to the AXIS 240
camserv that contains a clock
reference and is rotated 270 degrees:
Example 2
Request a highly compressed hugesize JPEG snapshot from the
camera connected to CAM2 on
camserv:
Example 3
Move the camera connected to CAM3 on
camserv 45 degrees to
the right:
CGI Parameters for
Input/Output
Operations
For HTTP input/output operations on the Pan/Tilt port, use this
syntax:
This table lists the CGI parameters for input/output operations
http://camserv/fullsize.jpg?clock=on&rotation=270deg
http://camserv/hugesize.jpg?camera=2&compression=high
http://camserv/fullsize.jpg?camera=3&pan=45
http://<cameraname>/cgi-bin/control?<parameter>=
<value>[&<parameter>=<value>...]
Parameter/Syntax Description Values
dataout=<string>
Writes the specified data string to
the Pan/Tilt serial port. Maximum
128 bytes.
Hexadecimal coded
bytes {0, 1, 2, 3, 4, 5, 6,
7, 8, 9, A, B, C, D, E, F,
a, b, c, d, e, f}
read=<n>
Reads the specified number of bytes
from the Pan/Tilt port. The returned
value will be hexadecimal coded and
placed between #’s, e.g. #3A#.
1 ... 128
wait=<n>
Waits the specified number of
seconds before reading from the
Pan/Tilt port. Used together with the
“read” parameter.
1 ... 9