User Manual
Table Of Contents
- Cover
- Section 1 Introduction
- Section 2 Installing the AXIS 240
- Section 3 Assigning an IP Address
- Section 4 Configuring the AXIS 240
- Section 5 Using the AXIS 240
- Appendix A Troubleshooting
- Appendix B The Parameter List
- Appendix C Updating the Software
- Appendix D Technical Specifications
- Appendix E The Auxiliary IO Port
- Appendix F The RS232 Serial Ports
- Appendix G Camera Applications
- Appendix H CRON Script Command Reference
Appendix H: CRON Script Command Reference AXIS 240 Users Manual
112
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] [-cam CAMERANUMBER]
[-interval TIME] [-duration TIME] [-store SIZE];
Options
-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.
-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.










