Instrukcja obsługi Sony Snc-Dh110 Network Camera SNCDH110W

Instrukcja obsługi dla urządzenia Sony Snc-Dh110 Network Camera SNCDH110W

Urządzenie: Sony Snc-Dh110 Network Camera SNCDH110W
Kategoria: Aparat bezpieczenstwa
Producent: Sony
Rozmiar: 0.97 MB
Data dodania: 6/12/2014
Liczba stron: 132
Drukuj instrukcję

Pobierz

Jak korzystać?

Naszym celem jest zapewnienie Ci jak najszybszego dostępu do treści zawartych w instrukcji obsługi urządzenia Sony Snc-Dh110 Network Camera SNCDH110W. Korzystając z podglądu online możesz szybko przejrzeć spis treści i przejść do strony, na której znajdziesz rozwiązanie swojego problemu z Sony Snc-Dh110 Network Camera SNCDH110W.

Dla Twojej wygody

Jeżeli przeglądanie instrukcji Sony Snc-Dh110 Network Camera SNCDH110W bezpośrednio na tej stornie nie jest dla Ciebie wygodne, możesz skorzystać z dwóch możliwych rozwiązań:

  • Przeglądanie pełnoekranowe - Aby wygodnie przeglądać instrukcję (bez pobierania jej na komputer) możesz wykorzystać tryp przeglądania pełnoekranowego. Aby uruchomić przeglądanie instrukcji Sony Snc-Dh110 Network Camera SNCDH110W na pełnym ekranie, użyj przycisku Pełny ekran.
  • Pobranie na komputer - Możesz również pobrać instrukcję Sony Snc-Dh110 Network Camera SNCDH110W na swój komputer i zachować ją w swoich zbiorach. Jeżeli nie chcesz jednak marnować miejsca na swoim urządzeniu, zawsze możesz pobrać ją w przyszłości z ManualsBase.
Sony Snc-Dh110 Network Camera SNCDH110W Instrukcja obsługi - Online PDF
Advertisement
« Page 1 of 132 »
Advertisement
Wersja drukowana

Wiele osób woli czytać dokumenty nie na ekranie, lecz w wersji drukowanej. Opcja wydruku instrukcji również została przewidziana i możesz z niej skorzystać klikając w link znajdujący się powyżej - Drukuj instrukcję. Nie musisz drukować całej instrukcji Sony Snc-Dh110 Network Camera SNCDH110W a jedynie wybrane strony. Szanuj papier.

Streszczenia

Poniżej znajdziesz zajawki treści znajdujących się na kolejnych stronach instrukcji do Sony Snc-Dh110 Network Camera SNCDH110W. Jeżeli chcesz szybko przejrzeć zawartość stron znajdujących się na kolejnych strinach instrukcji, możesz z nich skorzystać.

Streszczenia treści
Streszczenie treści zawartej na stronie nr. 1

CGI Command Manual


Sony Network Camera
SNC-CH110 ,SNC-CH120 , SNC-CH140 , SNC-CH160
SNC-CH180 , SNC-CH210 , SNC-CH220 , SNC-CH240
SNC-CH260 , SNC-CH280
SNC-DH110 , SNC-DH110T , SNC-DH120 , SNC-DH120T
SNC-DH140 , SNC-DH140T , SNC-DH160 , SNC-DH180
SNC-DH210 , SNC-DH210T , SNC-DH220 , SNC-DH220T
SNC-DH240 , SNC-DH240T , SNC-DH260 , SNC-DH280
SNC-RH124 , SNC-RH164
SNC-RS46 , SNC-RS44 , SNC-RS86 , SNC-RS84

Sony Video Network Station
SNT-EX101 , SNT-EX101E , SNT-EX104 , SNT-EX154

Streszczenie treści zawartej na stronie nr. 2

CGI Command Manual Contents 1 About this manual .................................................................................................................................. 4 2 Motion video request commands ........................................................................................................... 6 2.1 Acquiring MPEG-4 or H.264 bit stream ........................................................................................... 6 2.2 Acquiring multiplexed Audio &

Streszczenie treści zawartej na stronie nr. 3

CGI Command Manual 11.18 User .......................................................................................................................................... 78 11.19 Security ..................................................................................................................................... 78 11.20 Preset position .......................................................................................................................... 78 11.21 FTP client ......

Streszczenie treści zawartej na stronie nr. 4

CGI Command Manual 1 About this manual This document describes CGI commands usage of Sony Network Camera and Sony Video Network Station. Applicable models and version are followings. Sony Network Camera Model Type SNC-CH110/120/140 Box Type, Indoor HD SNC-CH210/220/240 Box Type, Indoor Full HD SNC-CH160/180 Box Type, Outdoor HD Bullet SNC-CH260/280 Box Type, Outdoor Full HD SNC-DH110/120/140 Mini Dome Type, Indoor HD SNC-DH210/220/240 Mini Dome Type, Indoor Full HD SNC-DH110T/1

Streszczenie treści zawartej na stronie nr. 5

CGI Command Manual via an equipped line output connector. 4) Still image request commands These are to be used to get a latest still image from the camera. 5) Setting commands of camera These are to be used to set picture quality and so on. 6) Inquiry commands of camera parameters These are to be used to inquire various settings of camera parameters which can be set by using setting commands (6). 7) Control commands for Panning, Tilting Zooming and Focusing These are to be us

Streszczenie treści zawartej na stronie nr. 6

CGI Command Manual 2 Motion video request commands There are four kinds of request to acquire motion video data. /image You can acquire Bit stream corresponding to the setup of ImageCodec1. If "mpeg4" is set up in /image1 ImageCodec1, you can acquire MPEG-4 bit stream. /image2 You can acquire Bit stream corresponding to the setup of ImageCodec 2. /image3 You can acquire Bit stream corresponding to the setup of ImageCodec 3. But, this request command can be used only with SNC-RS44/46/84

Streszczenie treści zawartej na stronie nr. 7

CGI Command Manual [HTTP bit stream] The following data shows the way to acquire the HTTP. When simply putting "GET /image...", "GET /mpeg4..." or "GET /h264...", the camera will send the MPEG-4 or H.264 raw data as its response. GET /image HTTP/1.0¥r¥n User-Agent: xxxx¥r¥n Host: 192.168.0.200¥r¥n MPEG-4 video request from a client application Accept: */*¥r¥n Connection: Keep-Alive¥r¥n ¥r¥n HTTP/1.0 200 OK¥r¥n Content-Type: video/mpeg¥r¥n Cache-Control: no-cache¥r¥n Pragma:

Streszczenie treści zawartej na stronie nr. 8

CGI Command Manual Camera Client PC In terms of acquiring RTP bit stream (unicast), putting "UdpMode=unicast" and "UdpPort=" will be required when sending HTTP request. UdpMode parameter Specify a mode of transmission which will be either "unicast" or "multicast". The "multicast" can be set only when the multicast streaming in the camera is set to on. UdpPort parameter This parameter is effective when the UdpMode is set to "unicast". This parameter spec

Streszczenie treści zawartej na stronie nr. 9

CGI Command Manual [RTP (UDP) bit stream (multicast)] In terms of multicast RTP bit stream, acquiring sequence is different from the unicast one. In order to activate multicast bit stream, getting information of the multicast settings in the camera is needed prior to starting the sequence. The information is obtained by using "/command/inquiry.cgi?inq=camera" inquiry command. Multicast Shows whether multicast streaming is set to on or off. McAddress Shows multicast address which is use

Streszczenie treści zawartej na stronie nr. 10

CGI Command Manual Also, it is possible adjusting the frame rate by setting the "speed" or "interval" parameter when client application requests bit stream. GET http://ip_adr/mjpeg[?speed=] http://ip_adr/mjpeg[?interval=] speed= Refer to the following list regarding speed=. The "fastest" frame rate is selected if there is no specification of "speed" or "interval" parameters. Setting both "speed" and "interval" paramet

Streszczenie treści zawartej na stronie nr. 11

CGI Command Manual Request for motion image by 20 frames per second GET /mjpeg?speed=20 HTTP/1.0¥r¥n Host: 192.168.1.1 Request from motion image by 1 frame per second by using "interval" parameter GET /mjpeg?interval=1000 HTTP/1.1¥r¥n Host: 192.168.1.1 Response data The output format of the motion JPEG data is the "Server-push". Some HTTP headers have possibilities to be inserted between the boundary string and the data chunk (JPEG data) listed below. Indicates that t

Streszczenie treści zawartej na stronie nr. 12

CGI Command Manual 2.2 Acquiring multiplexed Audio & Video bit stream The client application can get audio data as well with the video bit stream. In this case both video bit stream and audio bit stream will be multiplexed in one TCP session. GET http://ip_adr/image?audioin=on[&speed=] http://ip_adr/image?audioin=on[&interval=] http://ip_adr/mjpeg?audioin=on[&speed=] http://ip_adr/mjpeg?audioin=on[&interval=] http://ip_adr/mpeg4?audio

Streszczenie treści zawartej na stronie nr. 13

CGI Command Manual --myboundary¥r¥n Content-Type: audio/16kadpcm¥r¥n DataLen: 320¥r¥n ¥r¥n

Streszczenie treści zawartej na stronie nr. 14

CGI Command Manual DataLen: 000xxxxx¥r¥n ¥r¥n ¥r¥n --myboundary¥r¥n . . . The following model can't obtain voice data.  SNC-CH110/120/160/210/220/260  SNC-DH110/110T/120/120T/160/210/210T/220/220T/260  SNT-EP104/154 14

Streszczenie treści zawartej na stronie nr. 15

CGI Command Manual 3 Audio data request command In terms of audio bit stream, the camera can also send it in the form of "HTTP bit stream", "RTP (UDP) bit stream (unicast)" or "RTP (UDP) bit stream (multicast)" like MPEG-4 bit stream. You can refer to the "Acquiring MPEG-4 bit stream" for the details of its sequence. GET http://ip_adr/audio http://ip_adr/audio [?UdpMode=unicast&UdpPort=] http://ip_adr/audio [?UdpMode=multicast] [HTTP bit strea

Streszczenie treści zawartej na stronie nr. 16

CGI Command Manual [RTP bit stream (multicast)] In terms of acquiring audio RTP bit stream (multicast), putting UdpMode=multicast parameter is required when it is requested via HTTP. In order to activate audio multicast bit stream, getting information about the multicast settings is needed prior to starting the sequence. The information is obtained by using "/command/inquiry.cgi?inq=camera" inquiry command. Multicast --- Shows whether multicast streaming is set to on or off. McAddress

Streszczenie treści zawartej na stronie nr. 17

CGI Command Manual 4 Audio output request commands These requests are to be used for sending encoded audio data to the camera in order to output audio via the equipped line output. Putting appropriate "Basic authorization (Authorization: Basic xxxx)" header for this request is required. You can put "Administrator" username and password to pass the authorization. POST The following commands can be sent in conjunction with the audio encoded data. /audio-out/g711_

Streszczenie treści zawartej na stronie nr. 18

CGI Command Manual 5 Still image request Acquire 1 data segment of JPEG file as a still image. This command returns a latest JPEG file on the camera. Image size, color reproduction setting and exposure setting become the same as the motion image(Image Codec 1). A still picture acquisition requirement command is shown in the next table. /oneshotimage.jpg It is the command to acquire the still picture of ImageCodec1. /oneshotimage1 /oneshotimage2 It is the command to acquire the still pi

Streszczenie treści zawartej na stronie nr. 19

CGI Command Manual 6 Setting commands of camera parameters Set various settings for the camera. When using these commands, describe as the following syntax =. It is possible to transmit several parameters at one time only when they belong to the same CGI name (The part of of Syntax). In this case, it is necessary to insert "&" between each =. GET/POST http://ip_adr/command/?=[&=...]

Streszczenie treści zawartej na stronie nr. 20

CGI Command Manual 7 Inquiry commands of camera parameters These are to be used to inquire current status of the camera. The item which has an inquiry parameter in the "11. CGI commands list" can be inquired such as its current status. As a response format, "standard format" and "JS parameter format" which you can select arbitrarily are supported. GET/POST (1) In the case of getting "standard format" response http://ip_adr/command/inquiry.cgi?inq=[&inq=


Podobne instrukcje
# Instrukcja obsługi Kategoria Pobierz
1 Sony CCU-M5AP Instrukcja obsługi Aparat bezpieczenstwa 5
2 Sony 100 Instrukcja obsługi Aparat bezpieczenstwa 0
3 Sony DF70P Instrukcja obsługi Aparat bezpieczenstwa 4
4 Sony CH280 Instrukcja obsługi Aparat bezpieczenstwa 2
5 Sony CV-M300 Instrukcja obsługi Aparat bezpieczenstwa 3
6 Sony CD-9255 Instrukcja obsługi Aparat bezpieczenstwa 0
7 Sony CCTV Systems Instrukcja obsługi Aparat bezpieczenstwa 27
8 Sony DH180 Instrukcja obsługi Aparat bezpieczenstwa 4
9 Sony CCU-M5A Instrukcja obsługi Aparat bezpieczenstwa 22
10 Sony DH140T Instrukcja obsługi Aparat bezpieczenstwa 0
11 Sony DH280 Instrukcja obsługi Aparat bezpieczenstwa 2
12 Sony DH240T Instrukcja obsługi Aparat bezpieczenstwa 0
13 Sony DH240 Instrukcja obsługi Aparat bezpieczenstwa 1
14 Sony CH180 Instrukcja obsługi Aparat bezpieczenstwa 8
15 Sony CH240 Instrukcja obsługi Aparat bezpieczenstwa 0
16 Edelbrock 1910 Instrukcja obsługi Aparat bezpieczenstwa 18
17 Sony CCU-M5AP Instrukcja obsługi Aparat bezpieczenstwa 5
18 Sony 100 Instrukcja obsługi Aparat bezpieczenstwa 0
19 Sony DF70P Instrukcja obsługi Aparat bezpieczenstwa 4
20 Sony CH280 Instrukcja obsługi Aparat bezpieczenstwa 2