Instruction manual

Appendix H-The Programming Script
AXIS 2400 Administration Manual
72
Example 1
Example 2
Example 3
ptz
This command pans, tilts and zooms connected video cameras.
S
SS
Sy
yy
yn
nn
nt
tt
ta
aa
ax
xx
x
ptz
[-speed VALUE[DEVICE]][-preset POSITION]
[-cam CAMERANUMBER][-zoom VALUE][-move DIRECTION]
[-pan ANGLE][-tilt ANGLE];
O
OO
Op
pp
pt
tt
ti
ii
io
oo
on
nn
ns
ss
s
-speed
Specifies with which speed the camera source will move between the defined positions.
Note that this option is device dependent and is supported by the drivers Sony G20, Sony
E30 and VCC3.
To specify the speed for Sony G20 and E30 enter a value between 1 - 16, where 1 is slow
and 16 fast. For the VCC3, enter a value between 1 - 76, where 1 is slow and 76 fast.
# This command will send an e-mail with the
# subject "Hello" and the attached file
# fullsize.jpg to someone@company.com
* * * * * :
mail -s Hello -a fullsize.jpg -t someone@company.com;
%
# This command will send an e-mail with the
# subject "This "fullsize.jpg" was sent from my
# AXIS 2400" to two recipients.
* * * * * :
mail -s "This \"fullsize.jpg\" was sent from my AXIS 2400" -a fullsize.jpg -t
someone@axis.com anotherone@axis.com;
%
# This command will send an e-mail with five
# attachments.
* * * * * :
mail -a fullsize.jpg halfsize.jpg hugesize.ppm cronscript config -t me@at.home;
%