Axis Communications Version 3の取扱説明書

32ページ 0.26 mb
ダウンロード

ページに移動 of 32

Summary
  • Axis Communications Version 3 - page 1

    VAPIX® VERSION 3 Video Streaming API ...

  • Axis Communications Version 3 - page 2

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. COPYRIGHT NOTICE This document is copyright protected and is the property of Axis Communications AB and may not be copied, rep ...

  • Axis Communications Version 3 - page 3

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. 7. LIMITATION OF LIABILITY 7.1. AXIS SHALL NOT BE LIABLE FOR LOSS OF DATA, LOSS OF PRODUCTION, LOSS OF PROFIT, LOSS OF USE, LO ...

  • Axis Communications Version 3 - page 4

    Video Streaming API Table of Contents 1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.1 Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.1.1 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ...

  • Axis Communications Version 3 - page 5

    Video Streaming API Table of Contents 5.5 RTSP Request . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 © 2008 - 2013 Axis Communications AB. AXIS COMMUNICATIONS, AXIS, ETRAX, ARTPEC and VAPIX are registered trademarks or trademark applications of Axis AB in various jurisdictions. All other company names ...

  • Axis Communications Version 3 - page 6

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. 1 Overview 1.1 Description This document explains the basic arguments and parameters to send, receive and congure a video s ...

  • Axis Communications Version 3 - page 7

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. 2 Video Streaming Over HTTP The HTTP-based video interface provides the functionality for requesting single and multipart imag ...

  • Axis Communications Version 3 - page 8

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Syntax: http://< servername >/axis-cgi/imagesize.cgi? camera=< value >[&< argument >=< value >...] ...

  • Axis Communications Version 3 - page 9

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Response: HTTP Code : 200 OK Content-Type : text/plain Body (value for argument "camera" is specied): <!-- [er ...

  • Axis Communications Version 3 - page 10

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Returned data after a successful request. HTTP Code : 200 OK Content-Type : text/plain Body: Video 1 = video Video 2 = no vide ...

  • Axis Communications Version 3 - page 11

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. 2.5.2.1 Successful Request Successful response to a HTTP request. Response: HTTP Code : 200 OK Content-Type : image/bitmap Con ...

  • Axis Communications Version 3 - page 12

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. HTTP Code : 200 OK Content-Type : image/jpeg Content-Length : < image size in bytes > Body: < JPEG image data > 2. ...

  • Axis Communications Version 3 - page 13

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. http://myserver/axis-cgi/mjpg/video.cgi? streamprofile=myprofile&resolution=CIF 2.6.4 Motion JPEG Video Response When a Mo ...

  • Axis Communications Version 3 - page 14

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. rotation=< int > 0 90 1 180 1 270 1 Rotate the image clockwise. The number of rotation alternatives in an Axis product i ...

  • Axis Communications Version 3 - page 15

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. 3 RTSP API RTSP (Real Time Streaming Protocol) is a control protocol for media streams delivered by a media server. RTSP can b ...

  • Axis Communications Version 3 - page 16

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Content-Type The media type of the content. User-Agent Information about the client that initiates the request. Require Query ...

  • Axis Communications Version 3 - page 17

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Request: DESCRIBE rtsp://myserver/axis-media/media.amp ?videocodec=h264&resolution=640x480 RTSP/1.0 CSeq: 0 User-Agent: Ax ...

  • Axis Communications Version 3 - page 18

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. a=transform:0,-1,0;1,0,0;0,0,1 3.2.5 RTSP OPTIONS The OPTIONS request returns a list of supported RTSP commands. The command c ...

  • Axis Communications Version 3 - page 19

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. The response returns a session identier that should be used together with the stream control commands (for example PLAY , P ...

  • Axis Communications Version 3 - page 20

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Header eld Description Range The play time period. RTP-Info Information about the RTP stream, including the sequence number ...

  • Axis Communications Version 3 - page 21

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. 3.2.8.1 RTSP PAUSE On Live Stream If PAUSE is requested during live streaming the data transmission will stop immediately. If ...

  • Axis Communications Version 3 - page 22

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Send a request with Require and RenewStream:yes in the header. Request: SET_PARAMETER rtsp://myserver/axis-media/media.amp RTS ...

  • Axis Communications Version 3 - page 23

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Example 12: GET request. Request: GET axis-media/media.amp?videocodec=h264&audio=0 HTTP/1.0 x-sessioncookie: 123456789 Res ...

  • Axis Communications Version 3 - page 24

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Syntax: rtsp://< servername >/axis-media/media.amp [?< parameter >=< value >[&< parameter >=< v ...

  • Axis Communications Version 3 - page 25

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. textbackgroundcolor black white transparent semitransparent Set the color of the text background shown in the image. rotation ...

  • Axis Communications Version 3 - page 26

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. videobitratepriority none framerate The priority when rate control is used. videokeyframeinterval An integer Corresponds to th ...

  • Axis Communications Version 3 - page 27

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. 4 Always Multicast Always multicast means starting a multicast stream and letting it run continuously. Enabling always multica ...

  • Axis Communications Version 3 - page 28

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. 5 Stream Proles A stream prole is a set of video stream parameters suitable for different applications, devices or situa ...

  • Axis Communications Version 3 - page 29

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Request: http://myserver/axis-cgi/param.cgi?action=add &template=streamprofile &group=StreamProfile &StreamProfile ...

  • Axis Communications Version 3 - page 30

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Note In order to create a new dynamic parameter admin or operator access control is needed. [StreamProle.S#] Template : str ...

  • Axis Communications Version 3 - page 31

    Video Streaming API This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without the prior written consent of Axis Communications AB. Request: http://myserver/axis-cgi/mjpg/video.cgi?&streamprofile=myprofile 5.5 RTSP Request Saved stream proles are also ...

  • Axis Communications Version 3 - page 32

    VAPIX® version 3 Ver. M4.2 Video Streaming API Date: July 2013 © Axis Communications AB, 2008 - 2013 Part No. 52937 ...

メーカー Axis Communications カテゴリー Stereo Receiver

Axis Communications Version 3のメーカーから受け取ることができるドキュメントは、いくつかのグループに分けられます。その一部は次の通りです:
- #BRANDの図面#
- Version 3の取扱説明書
- Axis Communicationsの製品カード
- パンフレット
- またはAxis Communications Version 3の消費電力シール
それらは全部重要ですが、デバイス使用の観点から最も重要な情報は、Axis Communications Version 3の取扱説明書に含まれています。

取扱説明書と呼ばれる文書のグループは、Axis Communications Version 3の取り付け説明書、サービスマニュアル、簡易説明書、またはAxis Communications Version 3のユーザーマニュアル等、より具体的なカテゴリーに分類されます。ご必要に応じてドキュメントを検索しましょう。私たちのウェブサイトでは、Axis Communications Version 3の製品を使用するにあたって最も人気のある説明書を閲覧できます。

関連する取扱説明書

Axis Communications Version 3デバイスの取扱説明書はどのようなものですか?
取扱説明書は、ユーザーマニュアル又は単に「マニュアル」とも呼ばれ、ユーザーがAxis Communications Version 3を使用するのを助ける技術的文書のことです。説明書は通常、全てのAxis Communications Version 3ユーザーが容易に理解できる文章にて書かれており、その作成者はその分野の専門家です。

Axis Communicationsの取扱説明書には、基本的な要素が記載されているはずです。その一部は、カバー/タイトルページ、著作権ページ等、比較的重要度の低いものです。ですが、その他の部分には、ユーザーにとって重要な情報が記載されているはずです。

1. Axis Communications Version 3の説明書の概要と使用方法。説明書にはまず、その閲覧方法に関する手引きが書かれているはずです。そこにははAxis Communications Version 3の目次に関する情報やよくある質問、最も一般的な問題に関する情報を見つけられるはずです。つまり、それらはユーザーが取扱説明書に最も期待する情報なのです。
2. 目次。Axis Communications Version 3に関してこのドキュメントで見つけることができる全てのヒントの目次
3. Axis Communications Version 3デバイスの基本機能を使うにあたってのヒント。 Axis Communications Version 3のユーザーが使い始めるのを助けてくれるはずです。
4. トラブルシューティング。Axis Communications Version 3に関する最も重要な問題を診断し、解決するために役立つ体系化された手続き
5. FAQ。よくある質問
6. 連絡先。一人では問題を解決できない場合に、その国におけるAxis Communications Version 3のメーカー/サービスへの連絡先に関する情報。

Axis Communications Version 3についてご質問がありますか?

次のフォームを使用してください

見つけた説明書を読んでもAxis Communications Version 3の問題を解決できない場合、下記のフォームを使用して質問をしましょう。ユーザーのどなたかがAxis Communications Version 3で同様の問題を抱えていた場合、その解決方法を共有したいと考えるかもしれません。

画像のテキストを入力してください

コメント (0)