Instruction manual

AXIS 2400 Administration Manual Appendix H-The Programming Script
65
-interval
Specifies the time interval between consecutive snapshots. If omitted, new snapshots will be
generated without any delay. Format: h<hours>m<minutes>s<seconds>.
-duration
Specifies the total time for the command to run. If omitted, the buffer_start command will
be issued only once. Format: h<hours>m<minutes>s<seconds>. If you specify
-duration inf , the command will continue to be executed until it is interrupted by any of the
commands buffer_init, buffer_start or buffer_stop.
-store
Specifies the number of images to be stored in the buffer. This setting will override the
duration. The maximum number of images is specified by the buffer_init command.
Example 1
Example 2
# This command will keep loading fullsize.jpg images.
* * * * * * :
buffer_start -src fullsize.jpg -cam 3 -interval s30
-duration inf;
%
# When someone presses the Control button, this
# command will store 10 hugesize.jpg images.
* * * * * /B :
buffer_star t -src hugesize.jpg -store 10;
%