Target position of 30 Intelligent tracking
track_area | = | Indicates position of Intelligent tracking target. The |
| numbers are top left position and bottom right position. | |
|
|
|
Item names and values, excluding the version information that does not include =, are stored in the following format.
name
space
=
space
value
(stuffed with 0x00)
fixed length for each item
Example: When width=640, the
w
i
d
t
h
=
6
4
0
0x00
0x00
2. Getting MPEG-4 from VN-V686 via HTTP
2.1. Basic Procedures
1)The client establishes a TCP connection to port number 80.
2)The client sends out API.
Example
GET /api/video?encode=mpeg4 HTTP/1.1<CRLF>
Host: 192.168.0.2<CRLF><CRLF>
Note <CRLF> denotes the line feed code (0x0D, 0x0A).
3)
Example
HTTP/1.1 200 OK<CRLF>
Connection: close<CRLF>
Date: Tue, 02 Oct 2007 07:33:12 GMT<CRLF>
Server: JVC
encode=mpeg4&framerate=15&framesize=vga&ptz_info=off<CRLF><CRLF>
4)
10