Instruction manual
Appendix H-The Programming Script AXIS 2400 Administration Manual
64
Example 1
Example 2
buffer_start
The buffer_start command stores snapshots in a specific image buffer. Before the command can be
used, the buffer facility must be initiated using the buffer_init command.
When invoked, the buffer_start command is executed in the background. Any subsequent
command in the event entry will be executed immediately.
To retrieve the stored images, specify the source using this syntax:
Example:
You can also retrieve the images using the mail or the ftp commands.
S
SS
Sy
yy
yn
nn
nt
tt
ta
aa
ax
xx
x
buffer_start [-src SOURCEFILE] [-cam CAMERANUMBER]
[-interval TIME] [-duration TIME] [-store SIZE];
O
OO
Op
pp
pt
tt
ti
ii
io
oo
on
nn
ns
ss
s
-src
Specifies the source file name, i.e.
halfsize.jpg
,
fullsize.jpg
or
hugesize.jpg
.
-cam Specifies the camera source, i.e. 1-5. If omitted, the default camera will be used.
# At startup, this command w
ill initiate one
# buffer for camera 1 with 25 fullsize.jpg images
# and one buffer for camera 2 with 5 hugesize.jpg
# images.
* * * * * BOOT:
buffer_init 1,2,25:2,3,5;
%
# This command w
ill clear the buffer every Sunday.
0 0 * * 0 * :
buffer_init;
%
http://<videoserver>/images/buffer.jpg?imagetype=<value>
http://videoserv/images/buffer.jpg?imagetype=fullsize.jpg