Range of
Range of
Range of
Details of JPEG file format is explained later.
5) When the client wants to stop current JPEG transmission, the client disconnects TCP80.
1.2.API Format Structure
GET | space | API | space |
| HTTP/1.1 | 0x0D 0x0A | |
Host: | space | IP Address of | 0x0D 0x0A 0x0D 0x0A |
| |||
|
|
|
|
|
|
|
|
Unlike APIs for getting/setting parameters, Accept line is not required. Basic authentication is also not necessary.
Example
GET /api/video?encode=jpeg&framerate=30&boundary=on&ptz_info=off HTTP/1.1<CRLF>
Host: 192.168.0.2<CRLF><CRLF>
Parameter value is indicated using =. Do not insert space before and after =.
Example framerate=1
Parameter Description
encode For specifying compression format. For example, specify as encode=jpeg to get JPEG.
framerate For specifying the frame rate. For example, specify as framerate=5 to get at 5 fps. Specify as
30, 25, 15, 10, 7.5, 6, 5, 3, 2, 1, 0,
When the parameter is specified as framerate=0,
7