S Cripts; C Omplete Script Examples - Axis 2400 - PHP3 GUIDE Manual

Php3 guide
Table of Contents

Advertisement

3.3 Scripts
Tip:
A very useful program to fetch or upload a script to the product, is Ultra Edit;
This can be downloaded from the following Web site:
http://www.ultraedit.com/
Tip:
To log all possible errors, include the row
error_reporting(E_ALL);
in the script.
Turn off this option with the row:
error_reporting(0);
3.3.1 Complete script examples
It´s possible to create scripts and put them inside the video server. In Appendix C of
this document are complete PHP3 scripts that can be used, which are customized for
the most common applications. To run these scripts a task.list file for each script is
attached (read more about task.list in section 3.3.3). Scripts for the following
applications are available:
!
A script that will upload specified images buffers via FTP and the Ethernet
interface.
!
A script that will upload specified image buffers via FTP and the Ethernet
interface, and also send a mail as specified
!
A script that will upload specified sequential images via FTP and the Ethernet
interface. The uploaded images will be named according to the parameter $suffix.
!
A script that will upload specified sequential images via FTP and the Ethernet
interface. The uploaded images will be ordered in a structure defined by their
date.
!
A script that will upload specified image buffers via SMTP and the Ethernet
interface.
!
A script that will upload specified sequential images via FTP and the Ethernet
interface. The uploaded images will be ordered in a structure defined by their
date. Upon alarm event (indicated by an existing file named according to
$alarm_file) images from the alarm buffers will be uploaded and a mail will be
sent as specified by the appropriate parameters.
How to upload a script to the video server and to run it is shown in section 3.3.4 and
3.3.5.
Axis Communications AB does not provide support for application development of any kind. The
information here is provided "as is", and there is no guarantee that any of the examples shown
will work in your particular application.
Revision 0.91 June 2001
PHP3 Guide
8

Advertisement

Table of Contents
loading

This manual is also suitable for:

2401 - php3 guide2420 - php3 guide240024012420

Table of Contents