Руководство по эксплуатации JVC VN-V26U

Руководство по эксплуатации для устройства JVC VN-V26U

Устройство: JVC VN-V26U
Категория: Аппарат безопасности
Производитель: JVC
Размер: 0.41 MB
Добавлено: 5/21/2014
Количество страниц: 88
Печатать инструкцию

Скачать

Как пользоваться?

Наша цель - обеспечить Вам самый быстрый доступ к руководству по эксплуатации устройства JVC VN-V26U. Пользуясь просмотром онлайн Вы можете быстро просмотреть содержание и перейти на страницу, на которой найдете решение своей проблемы с JVC VN-V26U.

Для Вашего удобства

Если просмотр руководства JVC VN-V26U непосредственно на этой странице для Вас неудобен, Вы можете воспользоваться двумя возможными решениями:

  • Полноэкранный просмотр -, Чтобы удобно просматривать инструкцию (без скачивания на компьютер) Вы можете использовать режим полноэкранного просмотра. Чтобы запустить просмотр инструкции JVC VN-V26U на полном экране, используйте кнопку Полный экран.
  • Скачивание на компьютер - Вы можете также скачать инструкцию JVC VN-V26U на свой компьютер и сохранить ее в своем архиве. Если ты все же не хотите занимать место на своем устройстве, Вы всегда можете скачать ее из ManualsBase.
JVC VN-V26U Руководство по эксплуатации - Online PDF
Advertisement
« Page 1 of 88 »
Advertisement
Печатная версия

Многие предпочитают читать документы не на экране, а в печатной версии. Опция распечатки инструкции также предусмотрена и Вы можете воспользоваться ею нажав на ссылку, находящуюся выше - Печатать инструкцию. Вам не обязательно печатать всю инструкцию JVC VN-V26U а только некоторые страницы. Берегите бумагу.

Резюме

Ниже Вы найдете заявки которые находятся на очередных страницах инструкции для JVC VN-V26U. Если Вы хотите быстро просмотреть содержимое страниц, которые находятся на очередных страницах инструкции, Вы воспользоваться ими.

Краткое содержание
Краткое содержание страницы № 1

IP Camera
VN-V25U/26U
 
API GUIDE
This document provides a description of protocols and API of VN-V25/26.
Refer Readme file in the CD-ROM for updated information.
2008.1.19. JVC


LST0652-001A

1

Краткое содержание страницы № 2

Updates Version Date Updates 1.00 2007/11/1 First release. 1.01 2007/11/27 Model Name in JPEG is corrected from VN-V25 to VN-V25U. Description about disconnect of 11th alarm client is corrected. 1.02 2008/1/19 "boudary" in JPEG stream is deleted. Sample value of gamma is corrected. "type=VN-V25" in MPEG-4 is corrected as "type=VN- V25U". APIs of VN-V26U are added. 2

Краткое содержание страницы № 3

Custom Application Software Development Guide VN-V25/26 can be used from a custom application software by utilizing the API and protocols for VN-V25/26. The following operations are possible. Getting JPEG from VN-V25/26. ● Getting MPEG-4 from VN-V25/26. ● Getting Alarm from VN-V25/26. ● Getting or changing VN-V25/26 settings. ● Sending Multicast from VN-V25/26. ● Getting Audio from VN-V26. ● Sending Audio to VN-V26. ● Customization of VN-V25/26's built-in viewer. ● Customization of VN

Краткое содержание страницы № 4

Content 1. Getting JPEG from VN-V25/26 via HTTP 2. Getting MPEG-4 from VN-V25/26 via HTTP 3. API to Search VN-V25/26 4. Getting Alarm from VN-V25/26 via TCP 5. Using API that Requires Basic Authentication 6. API for Getting/Changing Parameters of VN-V25/26 7. Getting Audio from VN-V26 via HTTP 8. Sending Audio to VN-V26 via HTTP 9. List of Protocols and Port Numbers Used with VN-V25/26 10. Customizing VN-V25/26's Built-in Viewer 11. Customizing VN-V26's Built-in Audio Client 12. FAQ 4

Краткое содержание страницы № 5

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 Host: 192.168.0.2

Краткое содержание страницы № 6

HTTP Response JPEG (No. 1) JPEG (No. 2) ,,, 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 GET space API space HTTP/1.1 0x0D 0x0A Host: space IP Address of VN-V25 0x0D

Краткое содержание страницы № 7

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 framerate=- 5 to get at 1/5 fps, or in other words, 1 frame in 5 seconds. Selection range is as follows. 30, 25, 15, 10, 7.5, 6, 5, 3, 2, 1, 0, -2, -3, -5, -10, -15, -20, -30, -60 When the parameter is specified as framerate=0, VN-V25/26 sends 1 frame of JPEG data, and disconnect

Краткое содержание страницы № 8

JPEG file from VN-V25/26 is JFIF compliant and consist of the following. Start Code FFD8 Application Segment FFE0 Comment Segment 1 FFFE Comment Segment 2 (reserved) FFFE DHT Huffman Table FFC4 DQT Quantization Table FFDB DRI Restart Interval FFDD SOF Frame Information FFC0 Data Start Segment FFDA End Code FFD9 The following information is stored in the comment segment 1. Each item has a fixed length. Item Size Example Note Version Information Indicates the version of infor

Краткое содержание страницы № 9

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 13-byte area will be written as follows. w i d t h = 6 4 0 0x00 0x00 2. Getting MPEG-4 from VN-V25/26 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 H

Краткое содержание страницы № 10

,,, Details of MPEG-4 stream is explained later. 5) When the client wants to stop current MPEG-4 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 MPEG-4 transmission, connect new TCP, and send API with new parameter. 2.2. API Format Structure GET space API space HTTP/1.1 0x0D 0x0A Host: space IP Address of VN-V25 0x0D 0x0A 0x0D 0x0A Unlike APIs for gett

Краткое содержание страницы № 11

Content-Type: video/mp4v-es Date: Tue, 02 Oct 2007 07:33:12 GMT Server: JVC VN-V25 Network Camera x-vnv25_response: encode=mpeg4&framerate=30&framesize=vga 2.4. Restrictions Access restriction VN-V25/26 has access restriction feature that enables to deny access from a specific IP address. If MPEG-4 is requested from the IP address of access restriction, VN-V25/26 disconnects the TCP connection after API is sent. Restriction by maximum bitrate of VN-V25/26 The maxim

Краткое содержание страницы № 12

P-VOP There are VOL, Userdata1, GOV and Userdata2 before each I-VOP. Data Structure before I-VOP   Item Note VOL VOL of MPEG-4 Video Userdata1 Reserved GOV GOV of MPEG-4 Video Userdata2 Userdata Data Structure of Userdata2    Item Example Note Start Code 0x000001B2 Start code of userdata in MPEG-4 Video Product Name type = VN-V25U Product Name Timestamp timestamp = Year, Month, Day, Hour, Minute, Second, Millisedond, and Time zone 20070319161455123UTC Camera ID camera = Camera01

Краткое содержание страницы № 13

2) When motion is detected from the video image of VN-V25/26, or when there are changes to the alarm input (make or break), VN-V25/26 will send out alarm information in the following format. The first 2 lines indicate the current alarm input status (make or break). The following 1 line indicates whether motion has been detected. peripheral.input_pin.pin(1).status=break peripheral.input_pin.pin(2).status=break video.input(1).detection(motion).status=on 3) The client can discon

Краткое содержание страницы № 14

Example GET /api/param?network.interface.subnetmask HTTP/1.1 Accept: text/plain Host: 192.168.0.2 Authorization: Basic YWRtaW46dm4tdjJ4 Specify the response format by Accept line. Plain text response is returned when this is specified as text/plain. HTML response is returned when text/html is specified. HTML response is returned when Accept is not specified. These APIs for getting/setting parameters are protected by basic authentication. Authorization line needs to

Краткое содержание страницы № 15

6. API for Getting/Changing Parameters of VN-V25/26 This section provides description of APIs for getting/changing parameters of VN-V25/26. Make use of the API explained in this section in the way as mentioned in Section 5 . 6.1. General (1) Getting parameter Specify API in GET line according to the format below when getting a parameter from VN-V25/26. ● /api/param?ParamA.ParamB.ParamC It is possible to get multiple parameters at a time. Connect parameters with &. Do not insert space before

Краткое содержание страницы № 16

/api/param?ParamA.ParamB.ParamC=Data&ParamA.ParamB.ParamD=Data The upper limit of this character string is 1024 bytes. The maximum number of parameters that can be set at a time is 15. Status settings, i.e. network.interface.status, network.dns.status, network.ntp.status, etc., can not be acquired at a time. Response will be in the following format. ● ParamA.ParamB.ParamC&200 OK An error code will be returned when setting is not properly performed. Example: ParamA.ParamB.ParamC&401 Unauthor

Краткое содержание страницы № 17

camera.id=Camera01&200 OK Example of response 01 Sender Camera Allowed users admin, operator, user Setting Camera ID in JPEG from VN-V25/26 Format /api/param?camera.id=data Example /api/param?camera.id=Camera01 Example when setting as blank /api/param?camera.id=%00 Example of response camera.id&202 Accepted(camera.status=save) Interpretation Change the camera ID stored in comment segment of JPEG. Maximum size is 40 bytes. To set as blank, speci

Краткое содержание страницы № 18

Getting Black level from VN-V25/26 Format /api/param?camera.image.pedestal Example of response camera.image.pedestal=50&200 OK Interpretation Acquire black level setting. Range of pedestal is between 0 to 100, and it is mapped to 3 internal levels. The larger the value, the brighter will be the black. Allowed users admin, operator, user Setting Black level for VN-V25/26 Format /api/param?camera.image.pedestal=data Example of setting a value /api/param?camera.image.pedestal=50 Example of

Краткое содержание страницы № 19

Getting Enhance Band from VN-V25/26 Format /api/param?camera.image.enhance.band Example of response camera.image.enhance.band=high&200 OK Interpretation Acquire enhance band setting. Value of enhance band is high or low. When lcd1, lcd2 or crt is set to monitor type, enhance band setting is ignored. Allowed users admin, operator, user Setting Enhance Band for VN-V25/26 Format /api/param?camera.image.enhance.band=data Example of setting a value /api/param?camera.image.enhance.band=low Examp

Краткое содержание страницы № 20

Example of response camera.image.color=50&200 OK Interpretation Acquire color level value. Range of color level is between 0 to 100. The value is mapped to 11 internal levels. The larger the value, the stronger will be the color. Allowed users admin, operator, user Setting Color Level for VN-V25/26 Format /api/param?camera.image.color=data Example of setting a value /api/param?camera.image.color=50 Example of 1 step change /api/param?camera.image.color=+ Example of response camera.image.c


Скачавание инструкции
# Руководство по эксплуатации Категория Скачать
1 JVC DZ-VCA1SE Руководство по эксплуатации Аппарат безопасности 0
2 JVC CU-V801U Руководство по эксплуатации Аппарат безопасности 0
3 JVC 237 Руководство по эксплуатации Аппарат безопасности 0
4 JVC DOME TYPE CAMERA TK-C676 Руководство по эксплуатации Аппарат безопасности 5
5 JVC DOME CAMERA VN-C215V4U Руководство по эксплуатации Аппарат безопасности 0
6 JVC Ceiling Bracket WB-S623U Руководство по эксплуатации Аппарат безопасности 0
7 JVC 137 Руководство по эксплуатации Аппарат безопасности 0
8 JVC 257 Руководство по эксплуатации Аппарат безопасности 0
9 JVC 157WP Руководство по эксплуатации Аппарат безопасности 0
10 JVC 257VP Руководство по эксплуатации Аппарат безопасности 0
11 JVC 686U Руководство по эксплуатации Аппарат безопасности 0
12 JVC H57U Руководство по эксплуатации Аппарат безопасности 0
13 JVC 237VP Руководство по эксплуатации Аппарат безопасности 0
14 JVC DZ-VCA3U Руководство по эксплуатации Аппарат безопасности 0
15 JVC TK-C2201UA Руководство по эксплуатации Аппарат безопасности 0
16 Edelbrock 1910 Руководство по эксплуатации Аппарат безопасности 18
17 Sony CCU-M5AP Руководство по эксплуатации Аппарат безопасности 5
18 Sony 100 Руководство по эксплуатации Аппарат безопасности 0
19 Sony DF70P Руководство по эксплуатации Аппарат безопасности 4
20 Sony CH280 Руководство по эксплуатации Аппарат безопасности 2