CBC (America) www.computarganz.com
50
USER MANUAL
0 and all values above 16 result in maximum frame rate that is model
dependent.
The following example illustrates the request to camera with IP address
192.168.0.36 for the new full resolution 1600x1200 image stream with
compression quality 12 at maximum frame rate:
GET /mjpeg?res=half&x0=0&y0=0&x1=1600&y1=1200&quality=12&doublescan=0
HTTP/1.1\r\n
Host: 192.168.1.11\r\n
\r\n
In response to the above request the camera sends continuous stream of images
separated by the boundary separator “fbdr” in accordance with MIME
multipart/x-mixed-replace format. Please note that MIME multipart/x-mixed-
replace format is not directly supported by Internet Explorer and requires user
application to correctly process the image stream. For video viewing based on
IE only the users should use on-camera script that can be accessed via
HTTP://ip̲address/index.html
request.
HTTP/1.0 200 Ok\r\n
Content-Type: multipart/x-mixed-replace;boundary=fbdr\r\n
\r\n
--fbdr\r\n
Content-Type: image/jpeg\r\n
\r\n
<JPEG image 1 data>
\r\n
--fbdr\r\n
Content-Type: image/jpeg\r\n
\r\n
<JPEG image 2 data>
\r\n
--fbdr\r\n
...
Content-Type: image/jpeg\r\n
\r\n
<JPEG image n data>
\r\n
--fbdr\r\n
Basic Camera Control Parameters