Manual de instrucciones de JVC VN-V26U

Manual de instrucciones del aparato JVC VN-V26U

Aparato: JVC VN-V26U
Categoría: Aparato de seguridad
Fabricante: JVC
Tamaño: 0.41 MB
Fecha de añadido: 5/21/2014
Número de páginas: 88
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato JVC VN-V26U. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con JVC VN-V26U.

Para tu comodidad

Si ver los manuales de instrucción de JVC VN-V26U directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual JVC VN-V26U en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de JVC VN-V26U a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
JVC VN-V26U Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 88 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de JVC VN-V26U, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para JVC VN-V26U. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 JVC DZ-VCA1SE Manual de instrucciones Aparato de seguridad 0
2 JVC CU-V801U Manual de instrucciones Aparato de seguridad 0
3 JVC 237 Manual de instrucciones Aparato de seguridad 0
4 JVC DOME TYPE CAMERA TK-C676 Manual de instrucciones Aparato de seguridad 5
5 JVC DOME CAMERA VN-C215V4U Manual de instrucciones Aparato de seguridad 0
6 JVC Ceiling Bracket WB-S623U Manual de instrucciones Aparato de seguridad 0
7 JVC 137 Manual de instrucciones Aparato de seguridad 0
8 JVC 257 Manual de instrucciones Aparato de seguridad 0
9 JVC 157WP Manual de instrucciones Aparato de seguridad 0
10 JVC 257VP Manual de instrucciones Aparato de seguridad 0
11 JVC 686U Manual de instrucciones Aparato de seguridad 0
12 JVC H57U Manual de instrucciones Aparato de seguridad 0
13 JVC 237VP Manual de instrucciones Aparato de seguridad 0
14 JVC DZ-VCA3U Manual de instrucciones Aparato de seguridad 0
15 JVC TK-C2201UA Manual de instrucciones Aparato de seguridad 0
16 Edelbrock 1910 Manual de instrucciones Aparato de seguridad 18
17 Sony CCU-M5AP Manual de instrucciones Aparato de seguridad 5
18 Sony 100 Manual de instrucciones Aparato de seguridad 0
19 Sony DF70P Manual de instrucciones Aparato de seguridad 4
20 Sony CH280 Manual de instrucciones Aparato de seguridad 2