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をこちらのサイトで閲覧するのに不都合がある場合は、2つの解決策があります:

  • フルスクリーン表示 – 説明書を(お使いのコンピュータにダウンロードすることなく)便利に表示させるには、フルスクリーン表示モードをご使用ください。説明書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