JVC VN-V25U Security Camera User Manual


 
This document describes APIs of VN-V25/26. Differences of VN-V25 and VN-V26 are as below.
  Function      VN-V25      VN-V26
Low Lux Easy Day&Night B&W Mode (True Day&Night)
Audio Server none Mic is embedded
Audio Output none Audio Output Terminal
1. Getting JPEG from VN-V25/26 via HTTP
1.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=jpeg&framerate=30 HTTP/1.1<CRLF>
Host: 192.168.0.2<CRLF><CRLF>
Note <CRLF> denotes the line feed code (
0x0D, 0x0A
).
3) VN-V25/26 returns HTTP response.
Example of VN-V26
HTTP/1.1 200 OK<CRLF>
Connection: close<CRLF>
Content-Length: 27616<CRLF>
Content-type: image/jpeg<CRLF>
Date: Tue, 02 Oct 2007 07:33:12 GMT<CRLF>
Server: JVC VN-V26 Network Camera<CRLF>
x-vnv26_response: encode=jpeg&framerate=30&framesize=vga<CRLF><CRLF>
4) VN-V25/26 sends out JPEG data after returning HTTP response.
JPEG files will be sent out continuously after HTTP response. HTTP Response and JPEG data sent out by VN-
V25/26 are as follows.
5