Axis 24HUM Administration Manual page 69

Table of Contents

Advertisement

AXIS 2400/2401 Administration Manual
SIZE
Specifies the maximum number of images that can be stored in the buffer. The valid range is
0-65535, although in practice is limited by the amount of available memory within the
AXIS 2400/2401.
To initiate several buffers, you can stack multiple statements separated by colon.
Notes:
•To clear the image buffer, you simply do not specify any arguments.
•To initiate several buffers, you can stack multiple statements. Each statement must separated by
a colon ":".
Example 1
# At startup, this command will 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;
%
Example 2
# This command will clear the buffer every Sunday.
0 0 * * 0 * :
buffer_init;
%
buffer_start
The
buffer_start
be used, the buffer facility must be initiated using the
When invoked, the
buffer_start
command in the event entry is executed immediately.
Images are retrieved using the
Syntax
buffer_start [-src SOURCEFILE] [-cam CAMERANUMBER]
[-interval TIME] [-duration TIME] [-store SIZE];
Options
Specifies the source file name, i.e.
-src
Specifies the camera source, i.e. 1-4. If omitted, the default camera will be used (AXIS
-cam
2401must be set to 1)
command stores snapshots in a specific image buffer. Before the command can
command is executed in the background and any subsequent
or
ftp
mail
Appendix H-The Programming Script
buffer_init
command (refer to page 70 and page 73 respectively).
,
halfsize.jpg
fullsize.jpg
command.
or
hugesize.jpg
67
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

24002401

Table of Contents