http://myserver/axis-cgi/admin/getparam.cgi?Network
5.1.2 Camera parameter values response
When querying parameter values, the current parameter values are returned.
Successful control requests returns parameter pairs, as follows.
Return:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\n
\n
<parameter pair>
where <parameter pair> is
<parameter>=<value>\n
[ <parameter pair> ]
Example: PTZ position query response
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\n
\n
pan=-50\n
tilt=0\n
zoom=500\n
If the CGI request includes an invalid parameter value, the server returns an error message.
Return:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\n
\n
Error: <error text (or code)>\n
<description>\n
Comments to this Manuals