HTTP/1.0 200 OK\r\n
Content-Type: multipart/x-mixed-replace;boundary=<boundary>\r\n
\r\n
--<boundary>\r\n
<motion levels>
where the proposed boundary <boundary> is
axismdb
and the <motion levels> part is
Content-Type: text/plain\r\n
\r\n
<motion level for window n>
--<boundary>\r\n
and <motion level for window n>" is
key=<key n>;level=<motion level for n>;
threshold=<threshold level for n>;\r\n
[ <motion level for window n+1> ]
Example: two motion detection windows with key "0" and key "1"
HTTP/1.0 200 OK\r\n
Content-Type: multipart/x-mixed-replace;boundary=axismdb\r\n
\r\n
--axismdb\r\n
Content-Type: text/plain\r\n
\r\n
key=0;level=28;threshold=45;\r\n
key=1;level=43;threshold=25;\r\n
--axismdb\r\n
Content-Type: text/plain\r\n
\r\n
key=0;level=54;threshold=45;\r\n
key=1;level=38;threshold=25;\r\n
--axismdb\r\n
Content-Type: text/plain\r\n
\r\n
key=0;level=49;threshold=45;\r\n
key=1;level=19;threshold=25;\r\n
--axismdb\r\n
.
.
.
5.7 Recording
The requests specified in the Recording section are supported by those products that provide storage of
recordings.
5.7.1 List recordings
Choose to list all recordings, one specific recording, or all recordings matching a criteria.
Method: GET
Syntax:
http://<servername>/axis-cgi/view/reclist.cgi[?<parameter>=<value>
[&<parameter>=<value> ...]]
Komentarze do niniejszej Instrukcji