Group: Feature
NAME
VALUE
event
0
(r/w)
1
Application page CGI command
Note: This request requires administrator privilege.
Method: GET/POST
Syntax:
http://<servername>/setup/app.vspx?[method=<value>][&sun=<value>]
[&mon=<value>]
[&tue=<value>][&wed=<value>][&thu=<value>][&fri=<value>][&sat=<value>]
[&begin_time=<value>][&end_time=<value>][&exclude=<value>]
[&eventop=<value>]
[&delay=<value>][&prevnum=<value>][&ssfprefix=<value>][&dihigh=<value>]
[&dilow=<value][&dirise=<value>][&difall=<value>][&motion1=<value]
[&motion2=<value>][&motion3=<value>][&ioalarm=<value>]
[&mdalarm=<value]
[&ioupload=<value>][&mdupload=<value>][&seqop=<value>][&sinter=<value>]
[&smethod=<value>][&suffix=<value>][&resetdo=<value>]
Return:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <length>\r\n
\r\n
<depends on method value>
If(method == get || method == set)
{
tue=<value>\r\n
wed=<value>\r\n
...
}
Else if(method == normal)
{
Application page contents
}
parameter
Value
method
get
set
normal
sun
0/1
mon
0/1
tue
0/1
wed
0/1
thu
0/1
fri
0/1
sat
0/1
DESCRIPTION
support motion detection/dido/video loss information
in video bitstream
description
Get parameters, if no parameter followed, all the parameters
value will be listed. Otherwise, it will list followed parameter
value.
Set parameters
Display normal application page contents
Disable/Enable Sunday weekly schedule check box
Disable/Enable Monday weekly schedule check box
Disable/Enable Tuesday weekly schedule check box
Disable/Enable Wednesday weekly schedule check box
Disable/Enable Thursday weekly schedule check box
Disable/Enable Friday weekly schedule check box
Disable/Enable Satday weekly schedule check box
51