Bedienungsanleitung Axis Communications Version 3

32 Seiten 0.26 mb
Download

Zur Seite 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 ...

Produzent Axis Communications Kategorie Stereo Receiver

Dokumente, die wir vom Produzenten des Geräts Axis Communications Version 3 erhalten, können wir in mehrere Gruppen teilen. Unteranderem in:
- technische Zeichnungen Axis Communications
- Bedienungsanleitungen Version 3
- Produktkarten Axis Communications
- Informationsbroschüren
- oder Energieetiketten Axis Communications Version 3
Jede von ihnen ist wichtig, jedoch finden wir die wichtigsten Informationen für den Nutzer des Geräts in der Bedienungsanleitung Axis Communications Version 3.

Die Dokumentengruppe, die als Bedienungsanleitungen bezeichnet wird, wird ebenfalls in detaillierte Arten geteilt, solche wie: Montageanleitungen Axis Communications Version 3, Wartungsanleitungen, Kurzanleitungen oder Benutzeranleitungen Axis Communications Version 3. Abhängig vom Bedarf, sollten Sie das Dokument finden, das Sie brauchen. In unserem Service können Sie sich die populärste Bedienungsanleitung des Produkts Axis Communications Version 3 ansehen.

Ähnliche Bedienungsanleitungen

Die komplette Bedienungsanleitung des Geräts Axis Communications Version 3, wie sollte sie aussehen?
Die Bedienungsanleitung, auch bezeichnet als Benutzerhandbuch, oder einfach nur „Anleitung”, ist ein technisches Dokument, das dem Benutzer bei der Nutzung von Axis Communications Version 3 hilfreich sein soll. Die Bedienungsanleitungen werden in der Regel von technischen Schriftstellern geschrieben, aber in einer Sprache, die für alle Nutzer von Axis Communications Version 3 verständlich ist.

Eine gänzliche Bedienungsanleitung von Axis Communications sollte einige Grundelemente enthalten. Ein Teil von ihnen ist nicht so wichtig, wie z.B.: die Titelseite oder Autorenseiten. Die restlichen von ihnen jedoch, sollten Informationen liefern, die für den Nutzer von enormer Wichtigkeit sind.

1. Einführung und Hinweise, wie man sich in einer Bedienungsanleitung von Axis Communications Version 3 bewegt - Am Anfang jeder Bedienungsanleitung sollten wir Hinweise bezüglich der Nutzungsart eines bestimmten Ratgebers finden. In ihr sollten sich Informationen über die Lokalisierung des Inhaltsverzeichnisses von Axis Communications Version 3 befinden, FAQ oder über oft auftretende Probleme – also Stellen, die von den Benutzern in jeder Bedienungsanleitung am meisten gesucht werden
2. Inhaltsverzeichnis - Index aller Ratschläge bezüglich Axis Communications Version 3, die wir im aktuellen Dokument finden
3. Ratschläge zur Nutzung der Grundfunktionen des Geräts Axis Communications Version 3 - die uns die ersten Schritte während der Nutzung von Axis Communications Version 3 erleichtern sollten
4. Troubleshooting - geordneter Tätigkeitslauf, der uns bei der Diagnose und als nächstes bei der Lösung wichtiger Probleme mit Axis Communications Version 3 hilft
5. FAQ - häufig gestellte Fragen
6. Kontaktdaten Informationen darüber, wo man Kontakt zum Produzenten / Service von Axis Communications Version 3 im bestimmten Land suchen kann, wenn es nicht gelingt, das Problem selbst zu lösen.

Haben Sie eine Frage bezüglich Axis Communications Version 3?

Nutzen Sie das untere Formular

Wenn Sie mit Hilfe der gefundenen Bedienungsanleitung Ihr Problem mit Axis Communications Version 3 nicht gelöst haben, stellen Sie eine Frage, indem Sie das untere Formular nutzen. Wenn einer der Nutzer ein ähnliches Problem mit Axis Communications Version 3 hatte, ist es möglich, dass er mit Ihnen die Lösung teilen möchte.

Text vom Bild übertragen

Kommentare (0)