Appendix G: CRON Script Command Reference AXIS 200+ Users Manual
106
buffer_stop
The buffer_stop command ends the storing of snapshots in an image
buffer. Until completed, the buffer_stop command will block the
execution of any subsequent commands in the event entry. Note that
the buffer_start command behaves differently.
The command is typically used together with the buffer_start
command.
Syntax
buffer_stop [-src SOURCEFILE] [-interval TIME]
[-duration TIME] [-store SIZE];
Options
-src Specifies the source file name, i.e. halfsize.jpg,
fullsize.jpg or hugesize.jpg.
-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 a buffer_init command.
-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.