Sony SNCDH110W Security Camera User Manual


 
CGI Command Manual
18
5 Still image request
Acquire 1 data segment of JPEG file as a still image. This command returns a latest JPEG file on the
camera. Image size, color reproduction setting and exposure setting become the same as the motion
image(Image Codec 1). A still picture acquisition requirement command is shown in the next table.
/oneshotimage.jpg
/oneshotimage1
It is the command to acquire the still picture of ImageCodec1.
/oneshotimage2
It is the command to acquire the still picture of ImageCodec2.
/oneshotimage3
It is the command to acquire the still picture of ImageCodec3. This requirement can be
used only with SNC-RS44/46/84/86.
<Method>
GET
<Syntax>
http://ip_adr/oneshotimage.jpg
<Example>
A still image request
GET /oneshotimage.jpg HTTP/1.1¥r¥n
Host: 192.168.1.1
Response data
HTTP/1.0 200 OK¥r¥n
Content-Type: image/jpeg¥r¥n
Content-Length: <image size>¥r¥n
¥r¥n
<JPEG image data>