IQinVision iq510 참조 가이드

다운로드
페이지 60
 
Page 31 of 60 
6.5. Motion only serverpush stream 
The camera can deliver a stream of images only when motion is detected.  Request this stream using the 
standard now.jpg?snap=spush URL and include the URI modifier ?motiononly. 
http://<camera_IP>/now.jpg?snap=spush&pragma=motiononly 
 
6.6. Serverpush stream with no image data 
The camera can deliver a serverpush stream with motion data and no image frames.  Request this stream using 
the standard now.jpg?snap=spush. URL and include the URI modifiers ?pragma=motion and ?noimage. 
http://<camera_IP>/now.jpg?snap=spush&pragma=motion&noimage 
This will deliver a HTTP stream with the following format: 
HTTP/1.0 200 OK 
Cache-Control: no-cache 
Content-Type: multipart/x-mixed-replace; boundary=--ImageSeparator 
 
--ImageSeparator 
Content-Type: image/jpeg 
Content-Length: 0 
Pragma: trigger=none 
 
--ImageSeparator 
Content-Type: image/jpeg 
Content-Length: 0 
Pragma: trigger=motion 1 2 
 
--ImageSeparator 
Content-Type: image/jpeg 
Content-Length: 0 
Pragma: trigger=motion 1