Appendix G: CRON Script Command Reference
AXIS 200+ Users 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
# [email protected]. Finally the buffer is
# restarted.
* * * * * /I1:
buffer_stop -src fullsize.jpg -store 5;
mail -s "Buffered images" -a images/buffer.jpg -t
[email protected] -b fullsize.jpg -n 15;
buffer_start -src fullsize.jpg -interval s1 -duration
inf;
%
Содержание 200+
Страница 1: ......
Страница 2: ...AXIS 200 User s Manual AXIS 200 Network Camera Server User s Manual ...
Страница 31: ...Section 3 Assigning an IP Address AXIS 200 User s Manual 30 ...
Страница 43: ...Section 4 Configuring the AXIS 200 AXIS 200 User s Manual 42 ...
Страница 75: ...Appendix B The Parameter List AXIS 200 User s Manual 74 ...
Страница 79: ...Section 6 Updating the Software AXIS 200 User s Manual 78 ...
Страница 83: ...Appendix C Technical Specifications AXIS 200 User s Manual 82 Dimensions ...
Страница 89: ...Appendix D The Auxiliary IO Port AXIS 200 User s Manual 88 ...
Страница 99: ...Appendix E The RS232 Serial Port AXIS 200 User s Manual 98 ...