Nosso objetivo é fornecer-lhe o mais rapidamente possível o acesso ao conteúdo contido no manual de instruções para Sony Snc-Dh110 Network Camera SNCDH110W. Usando a pré-visualização online, você pode visualizar rapidamente o índice e ir para a página onde você vai encontrar a solução para seu problema com Sony Snc-Dh110 Network Camera SNCDH110W.
Para sua conveniência
Se a consulta dos manuais Sony Snc-Dh110 Network Camera SNCDH110W diretamente no site não for conveniente para você, você tem duas soluções possíveis:
Visualização em tela cheia - Para visualizar facilmente o manual do usuário (sem baixá-lo para seu computador), você pode usar o modo de tela cheia. Para começar a visualização do manual Sony Snc-Dh110 Network Camera SNCDH110W no modo de tela cheia, use o botão Tela cheia.
Download para seu computador - você também pode baixar o manual Sony Snc-Dh110 Network Camera SNCDH110W em seu computador e mantê-lo em suas coleções. No entanto, se você não quer perder espaço no seu dispositivo, você sempre pode baixá-lo no futuro a partir de ManualsBase.
Sony Snc-Dh110 Network Camera SNCDH110W Manual de instruções - Online PDF
Muitas pessoas preferem ler os documentos não na tela, mas na versão impressa. A opção de imprimir o manual também foi fornecida, você pode usá-la clicando na hiperligação acima - Imprimir o manual. Você não precisa imprimir o manual inteiro Sony Snc-Dh110 Network Camera SNCDH110W, apenas as páginas selecionadas. Respeite o papel.
Resumos
Abaixo você encontrará previews do conteúdo contido nas páginas subseqüentes do manual para Sony Snc-Dh110 Network Camera SNCDH110W. Se você deseja visualizar rapidamente o conteúdo das páginas subseqüentes, você pode usá-los.
Sony Video Network Station SNT-EX101 , SNT-EX101E , SNT-EX104 , SNT-EX154
Resumo do conteúdo contido na página número 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 &
Resumo do conteúdo contido na página número 3
CGI Command Manual 11.18 User .......................................................................................................................................... 78 11.19 Security ..................................................................................................................................... 78 11.20 Preset position .......................................................................................................................... 78 11.21 FTP client ......
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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:
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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_
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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/?=[&=...]
Resumo do conteúdo contido na página número 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=