SerComm Confidential
83
HTTP/1.0 400 Bad Request\r\n
…
content-type: text/plain\r\n
\r\n
current_ resolution=
A
\r\n
current_framerate=
B
\r\n
The A and B are in the following format.
Parameter Value
and
description
A
Image resolution
1: 160x120 (or 160x128, 176x120 (NTSC)/ 176x144(PAL),
depends on models)
2: 320x240 (or 352x240(NTSC)/ 352x288(PAL), depends on
models)
3: 640x480 (or 704x480(NTSC)/ 704x576(PAL), depends on
models)
4: 1280x960 (depends on models)
B
Frame rate 1 ~ 30fps
Snapshot
Method: GET
URL:
http://<ip>/img/snapshot.cgi?[size=<value>][&quality=<value>]
Parameter Value
and
description
size
Image resolution
1: 160x120 (or 160x128, 176x120 (NTSC)/ 176x144(PAL),
depends on models)
2: 320x240 (or 352x240(NTSC)/ 352x288(PAL), depends on
models)
3: 640x480 (or 704x480(NTSC)/ 704x576(PAL), depends on
models)
4: 1280x960 (depends on models)
quality
Quality level
1: Very high
2: High
3: Normal
4: Low
5: Very low
Example 1: To sanshot a 640x480 (or 704x480(NTSC)/ 704x576(PAL), depends on models)
very high qulity JPEG image from network camera 192.168.0.99.
http://192.168.0.99/img/snapshot.cgi?size=3&quality=1
Example 2: To snapshot a JPEG image from network camera 192.168.0.99 (with current
resolution and quality)
http://192.168.0.99/img/snapshot.cgi
Example 3: To snapshot a low quality JPEG image with current resolution from the network
camera 192.168.0.99.