Instruction manual

AXIS 2400
Administration Manual Appendix H-The Programming Script
73
-preset
Specifies the preset position, i.e. 1-10. Note that camera source must be defined on the
Configuration - Preset Position page.
-cam Specifies the camera source, i.e. 1 - 5. If omitted, the default camera will be used. This is the
camera defined as default on the Configuration - Video page.
-zoom Specifies the zoom value of the selected camera source,
i.e. 1 - 999. Note that this option is device dependent and is supported by the drivers Sony,
Canon and Videmech.
-move Specifies in which direction the selected camera source shall be moved, i.e. home, up, upleft,
left, downleft, down, downright, right, upright. Note that the move home option is only
supported by the drivers Sony, Canon and Videmech.
-pan Specifies the pan angle of the selected camera source,
i.e. -180 - 180. Note that this option is device dependent and is supported by the drivers
Sony, Canon and Videmech.
-tilt Specifies the tilt angle of the selected camera source,
i.e. -180 - 180. Note that this option is device dependent and is supported by the drivers
Sony, Canon and Videmech.
Example 1
Example 2
Note:
The options must be entered in the following order:
-speed, -preset, -cam, -zoom, -move, -pan, -tilt
For example, ptz -tilt 10 -cam 4, will not work, you must enter, ptz -cam 4 -tilt 10.
reset
This command resets the software or hardware of the AXIS 2400.
S
SS
Sy
yy
yn
nn
nt
tt
ta
aa
ax
xx
x
reset [-soft | -hard];
# This command moves camera 2 up five degrees and
# zooms wide.
* * * * * :
ptz -cam 2 -move up -zoom 1
# This command moves the camera source to preset
# position 1.
* * * * * :
ptz -preset 1;