Axis Communications Version 3 Stereo Receiver User Manual


 
Video Streaming API
This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without
the prior written consent of Axis Communications AB.
Syntax:
http://<servername>/axis-cgi/imagesize.cgi?
camera=<value>[&<argument>=<value>...]
With the following arguments and values:
Argument Description
Any image argument.
See 2.7 ImageRequest Arguments for image CGI arguments.
Example 6:
Check the default resolution of video source 1.
Request:
http://myserver/axis-cgi/imagesize.cgi?camera=1
Response:
image width = 720
image height = 576
Example 7:
Request a specic resolution with supplied parameters for video source 1.
Request:
http://myserver/axis-cgi/imagesize.cgi?resolution=QCIF&rotation=180
&squarepixel=1&camera=1
Response:
image width = 192
image height = 144
2.3.2 Image Resolution Response
When an image resolution is requested, the Axis product either returns a resolution value or an error.
2.3.2.1 Successful Request
The image height and width in pixels are returned after a successful request.
Response:
HTTP Code: 200 OK
Content-Type: text/plain
Body:
image width=<value>
image height=<value>
2.3.2.2 Failure
If an Axis product does not support the requested resolution a body text is returned with info. For example <!-- Camera 1
not available. -->.
8