Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato Sony Snc-Dh110 Network Camera SNCDH110W. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con Sony Snc-Dh110 Network Camera SNCDH110W.
Para tu comodidad
Si ver los manuales de instrucción de Sony Snc-Dh110 Network Camera SNCDH110W directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:
Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual Sony Snc-Dh110 Network Camera SNCDH110W en pantalla completa, utiliza el botón Pantalla completa
Descargar al ordenador – también puedes descargar el manual de instrucciones de Sony Snc-Dh110 Network Camera SNCDH110W a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
Sony Snc-Dh110 Network Camera SNCDH110W Manual de instrucciones - Online PDF
Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de Sony Snc-Dh110 Network Camera SNCDH110W, solo las páginas que elijas. Ahorra papel.
Resúmenes
A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para Sony Snc-Dh110 Network Camera SNCDH110W. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.
Sony Video Network Station SNT-EX101 , SNT-EX101E , SNT-EX104 , SNT-EX154
Resumen del contenido incluido en la página 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 &
Resumen del contenido incluido en la página 3
CGI Command Manual 11.18 User .......................................................................................................................................... 78 11.19 Security ..................................................................................................................................... 78 11.20 Preset position .......................................................................................................................... 78 11.21 FTP client ......
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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:
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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_
Resumen del contenido incluido en la página 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
Resumen del contenido incluido en la página 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/?=[&=...]
Resumen del contenido incluido en la página 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=