EasyManua.ls Logo

Axis 200+ - Page 109

Axis 200+
122 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Appendix G: CRON Script Command Reference AXIS 200+ Users Manual
108
Example 2
# At startup, the buffer is initialized to hold 15
# fullsize.jpg images. New images are captured once
# every second until another buffer_start or
# buffer_stop command is issued.
* * * * * BOOT :
buffer_init 1,2,15;
buffer_start -src fullsize.jpg -interval s1 -duration
inf;
%
# When port 1 is triggered, additional 5 images are
# captured before the buffer is locked. All the
# images in the buffer are then sent in an e-mail to
# someuser@somehost.com. Finally the buffer is
# restarted.
* * * * * /I1:
buffer_stop -src fullsize.jpg -store 5;
mail -s "Buffered images" -a images/buffer.jpg -t
someuser@somehost.com -b fullsize.jpg -n 15;
buffer_start -src fullsize.jpg -interval s1 -duration
inf;
%

Other manuals for Axis 200+

Related product manuals