Appendix G: CRON Script Command Reference AXIS 200+ Users Manual
118
snapshot
This command updates the
lastshot.jpg image.
Syntax
snapshot [-l LOOPTIME] [-t TOTALTIME] [IMAGE];
Options
-l Specifies the time between two consecutive image updates.
-t Specifies the duration of the command. Format:
h<hours>m<minutes>s<seconds>.
[IMAGE]
Specifies the image type: fullsize.jpg, halfsize.jpg,
hugesize.jpg, or zoom.jpg.
Example 1
Example 2
# This command will update the lastshot.jpg image
# with a fullsize image.
* * * * * :
snapshot fullsize.jpg;
%
# During one minute, the lastshot image will be
# updated as halfsize.jpg with two-seconds
# intervals.
* * * * * :
snapshot -l s2 -t m1 halfsize.jpg;
%