JVC VN-V25U Security Camera User Manual


 
Details of JPEG file format is explained later.
5) When the client wants to stop current JPEG transmission, the client disconnects TCP80.
VN-V25/26 does not accept further API via current TCP that is used for JPEG transmission. To change parameter,
disconnect current TCP to stop the JPEG transmission, connect new TCP, and send API with new parameter.
1.2. API Format
Structure
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 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
Parameters are segmented using &. Do not insert space before and after &.
Example encode=jpeg&framerate=30
There is no need to specify all parameters. Default values will be used for parameters that are not specified.
6
HTTP Response
JPEG (No. 1)
JPEG (No. 2)
,,,
GET APIspace space HTTP/1.1
0x0D 0x0A 0x0D 0x0A
0x0D 0x0A
Host: space IP Address of VN-V25