Vivotek sd6122v Digital Camera User Manual


 
- 90 -
www.vivotek.com
T: 886-2-82455282
F: 886-2-82455532
return <return page> Redirect to the page <return page> after the
parameter is assigned. The <return page> can be
a full URL path or relative path according to the
current path. If you omit this parameter, it will
redirect to an empty page.
Position
Note: This request requires camera control access privilege
Method: GET
Syntax:
http://<servername>/cgi-bin/camposition.cgi?
getpan=1&gettilt=1&getzoom=1&getmaxpan=1&getmaxtilt=1&getmaxzoom=1&setp
an=<value>&getminpan=1&getmintilt=1&getminzoom=1&settilt=<value>&setzoom
=<value>&speed=<value>
Return:
HTTP/1.0 200 OK\r\n
Content-Type: image/jpeg\r\n
Content-Length: <length>\r\n
\r\n
pan=<value>,tilt=<value>,zoom=<value>,maxpan=<value>,maxtilt=<value>,max
zoom=<value>,minpan=<value>,mintilt=<value>,minzoom=<value>
Example: Query the maximum of digital input 1
Request:
http://myserver/cgi-bin/camposition.cgi?getmaxpan=1&getminpan=1&getpan=1
Response:
HTTP/1.0 200 OK\r\n
Content-Type: image/jpeg\r\n
Content-Length: 7\r\n