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
SNT-EP104 , SNT-EP154
CGI Command Manual
5th Generation
Version 1.8
Nov. 15, 2010
Sony Corporation
1
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.21 FTP client..................................................................................................................................87
11.23 SMTP........................................................................................................................................91
11.26 Alarm out.................................................................................................................................101
11.28 Alarm buffer.............................................................................................................................103
11.31 Tampering detection................................................................................................................108
11.35 Trigger.....................................................................................................................................110
11.37 Other inquiries.........................................................................................................................112
12.2 AreaSet.....................................................................................................................................117
12.3 FrameRate................................................................................................................................117
12.4 ImageMaxSize ..........................................................................................................................118
12.5 VidCapSize ...............................................................................................................................118
12.6 AutoSlowShutterMinSpeed .......................................................................................................118
12.7 AgcMaxGain .............................................................................................................................119
12.8 Privacy Mask ............................................................................................................................119
12.9 WBMode...................................................................................................................................120
12.16 Zoom ratio and Zoom position(expected value) .................................................................127
12.17 Focus(expected value).......................................................................................................130
3
Download from Www.Somanuals.com. All Manuals Search And Download.
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
SNC-CH110/120/140
SNC-CH210/220/240
SNC-CH160/180
Type
Box Type, Indoor HD
Box Type, Indoor Full HD
Box Type, Outdoor HD Bullet
Box Type, Outdoor Full HD
Mini Dome Type, Indoor HD
SNC-CH260/280
SNC-DH110/120/140
SNC-DH210/220/240
SNC-DH110T/120T/140T
SNC-DH210T/220T/240T
SNC-DH160/180
Mini Dome Type, Indoor Full HD
Mini Dome Type, Indoor HD Vandal
Mini Dome Type, Indoor Full HD Vandal
Mini Dome Type, Outdoor HD Rugged
Mini Dome Type, Outdoor Full HD
SNC-DH260/280
SNC-RH124/164
Rapid Dome Camera, Indoor HD/Outdoor HD
Rapid Dome Camera, Indoor SD x18/Indoor SD x36
Rapid Dome Camera, Outdoor SD x18/Outdoor SD x36
SNC-RS44/46
SNC-RS84/86
Sony Video Network Station
Model
Type
SNT-EX101/101E/104/154
SNT-EP104/154
Full Spec. 1CH Box Type/4CH Box Type/4CH Blade Type
Basic Spec. 4CH Box Type/4CH Blade Type
These Sony Network Camera and Sony Video Network Station have the following kinds of CGI
commands which are listed below. Network Camera and Video Network Station are called a camera by
this manual.
1) Motion video request commands
These are to be used to get motion video (Motion JPEG or MPEG-4 video or H.264) or some of them are
to be used for a session initiation for acquiring MPEG-4 or H.264 data.
2) Audio data request commands
These are to be used to get audio data from the camera or some of them are to be used for a session
initiation for acquiring audio data.
3) Audio output request commands
These are to be used to upload audio encoded data to the camera so that the camera can output audio
4
Download from Www.Somanuals.com. All Manuals Search And Download.
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 used for Panning, Tilting, Zooming and Focusing. Network Camera supports these
commands. And, when a connected analog camera has a function, SNT-EX101/101E/104/154 supports
some of the commands.
8) Configuration command for motion detection
These are to be used for configuring motion detection.
9) Information request commands
This is to be used to get information such a result of motion detection or status of the sensor input.
In this document, the usage of CGI commands such as "method", "syntax", and several examples are
explained below. The following model can't acquire audio data. And, audio can't be output, either.
SNC-CH110/120/160/210/220/260
SNC-DH110/110T/120/120T/160/210/210T/220/220T/260
SNT-EP104/154
5
Download from Www.Somanuals.com. All Manuals Search And Download.
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/86.
/mpeg4 Indicates that the client application specifies to acquire MPEG-4 bit stream. When the video mode
is not set to mpeg4, mpeg4-jpeg or jpeg-mpeg4, the command response will be "400 error".
/h264
Indicates that the client application specifies to acquire H.264 bit stream. When the video mode is
not set to h264, h264-jpeg or jpeg-h264, the command response will be "400 error".
/mjpeg
Indicates that the client application specifies to acquire Motion JPEG bit stream. When the video
mode is set to mpeg4 or h264, the command response will be "400 error".
2.1 Acquiring MPEG-4 or H.264 bit stream
In terms of MPEG-4 or H.264 bit stream, the camera can send them in the form of "HTTP bit stream",
"RTP (UDP) bit stream (unicast)" or "RTP (UDP) bit stream (multicast)". The following are some
explanation how the acquiring sequence will be.
<Method>
GET
<Syntax>
http://ip_adr/image
http://ip_adr/mpeg4
http://ip_adr/h264
http://ip_adr/image[?UdpMode=unicast&UdpPort=<UDP port number>]
http://ip_adr/mpeg4[?UdpMode=unicast&UdpPort=<UDP port number>]
http://ip_adr/h264[?UdpMode=unicast&UdpPort=<UDP port number>]
http://ip_adr/image[?UdpMode=multicast]
http://ip_adr/mpeg4 [?UdpMode=multicast]
http://ip_adr/h264[?UdpMode=multicast]
6
Download from Www.Somanuals.com. All Manuals Search And Download.
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: no-cache¥r¥n
The response of the camera which includes MPEG-4
¥r¥n
bit stream
<MPEG-4 data>
.
.
.
Content-Type
"Content-Type:" header will be set to "video/mpeg" when the video mode of the camera is MPEG-4
mode. "Content-Type:" header will be set to "video/h264" when the video mode of the camera is H.264
mode.
<MPEG-4 data>
<MPEG-4 data> is based on the standard of MPEG-4 and is in the form of raw data. And the <MPEG-4
data> includes so-called "user data" in each picture frame so that the receiver can make use of it.
[RTP (UDP) bit stream (unicast)]
You can get MPEG-4 (or H.264) bit stream by using RTP (Real-time transport protocol). HTTP is based
on the TCP, which will lead less throughput in several circumstances e.g. RTT (Round trip time) number
is rather large for the sake of network congestion. The following figure shows how the RTP bit stream
(unicast) will be acquired by a client application.
7
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Camera
Client PC
In terms of acquiring RTP bit stream (unicast), putting "UdpMode=unicast" and "UdpPort=<UDP port
number>" 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 specifies
the video port number which is the destination port the camera should send to. Listening to
this video port will be required by the client application.
RTCP packets
While the camera keeps sending MPEG-4 RTP bit stream, it also sends RTCP report (sender report) to
the client side periodically. The client side is required to prepare for receiving the RTCP report and also
is required sending RTCP report (receiver report) to the camera periodically. In case of this, the client
side should listen to <the video port + 1> as the RTCP port. Note that the camera stops sending the bit
stream if it fails to receive RTCP receiver report from the client side for consecutive time specified by
RtpExpire parameter. The default of the RtpExpire is 60000 (milliseconds).
8
Download from Www.Somanuals.com. All Manuals Search And Download.
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
McVideoPort
Shows multicast address which is used for multicast bit stream.
Shows multicast video port which is used for multicast bit stream.
The following figure shows how the RTP bit stream (multicast) is acquired by a client application.
Client PC
Camera
[Motion JPEG bit stream]
In terms of motion JPEG bit stream, only the HTTP bit stream form is supported. The motion JPEG bit
stream can be acquired by sending "/image" or "/mjpeg" command, only when the video mode of the
camera is set to JPEG. The motion JPEG bit stream is retrieved by the first GET command operation and
will be sent as the sequential data. Therefore, display application should display the sequential data with
dividing the data into an image-unit. In this case, boundary character string "--myboundary" is fixed as an
index.
9
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Also, it is possible adjusting the frame rate by setting the "speed" or "interval" parameter when client
application requests bit stream.
<Method>
GET
<Syntax>
http://ip_adr/mjpeg[?speed=<value>]
http://ip_adr/mjpeg[?interval=<value>]
<Parameters>
speed=<value>
Refer to the following list regarding speed=<value>. The "fastest" frame rate is selected if there is no
specification of "speed" or "interval" parameters. Setting both "speed" and "interval" parameters is not
allowed.
interval=<value>
The range of setting parameter is from 33 to 3600000. The unit of the parameter is "millisecond". It is
possible to set the motion image interval by setting "interval" parameter. Setting both "speed" and
"interval" parameters is not allowed.
The effective value of speed parameter
Value
Details
0
Fastest
1
1 frame/sec
2 frame/sec
3 frame/sec
4 frame/sec
5 frame/sec
6 frame/sec
8 frame/sec
10 frame/sec
15 frame/sec
20 frame/sec
25 frame/sec
30 frame/sec
2
3
4
5
6
8
10
15
20
25
30
10
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
<Example>
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.
Content-Type header
Indicates that the data chunk is "image/jpeg" type.
CamTim header
DataLen header
Stands for the date and time the JPEG image is taken in the unit.
Stands for the data length of the data chunk. The figure is fixed in the form of 8 digits
and will be padded by "0" when the data length is in the range of 7 digits or less.
The following example shows the response data to get motion JPEG bit stream.
HTTP/1.0 200 OK¥r¥n
Content-Type: multipart/x-mixed-replace;boundary=--myboundary¥r¥n
¥r¥n
--myboundary¥r¥n
Content-Type: image/jpeg¥r¥n
CamTim: 2004-05-18 Tue 10:13:05¥r¥n
¥r¥n
<JPEG image data>¥r¥n
--myboundary¥r¥n
Content-Type: image/jpeg¥r¥n
CamTim: 2004-05-18 Tue 10:13:05¥r¥n
¥r¥n
<JPEG image data>¥r¥n
--myboundary¥r¥n
Content-Type: image/jpeg¥r¥n
CamTim: 2004-05-18 Tue 10:13:06¥r¥n
¥r¥n
<JPEG image data>¥r¥n
--myboundary¥r¥n
.
11
Download from Www.Somanuals.com. All Manuals Search And Download.
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.
<Method>
GET
<Syntax>
http://ip_adr/image?audioin=on[&speed=<value>]
http://ip_adr/mjpeg?audioin=on[&interval=<value>]
http://ip_adr/mpeg4?audioin=on
http://ip_adr/h264?audioin=on
Response data
The output format of this multiplexed bit stream is the "Server-push". The bit stream includes video
chunks and audio chunks. The client application can make a distinction between the video chunk and
audio chunk by checking the "Content-Type" header in the chunk.
Content-Type header
Content-Type: image/jpeg
--- Indicates that is the JPEG chunk
--- Indicates that is the MPEG-4 chunk
--- Indicates that is the H.264 chunk
Content-Type: video/mpeg
Content-Type: video/h264
Content-Type: audio/PCMU
Content-Type: audio/40kadpcm
Content-Type: audio/32kadpcm
Content-Type: audio/24kadpcm
Content-Type: audio/16kadpcm
PCMU : G.711 (64kbps)
40kadpcm : G.726 (40kbps)
32kadpcm : G.726 (32kbps)
24kadpcm : G.726(24kbps)
16kadpcm : G.726 (16kbps)
Indicates that is the audio chunk.
CamTim header
DataLen header
Stands for the date and time the video image is taken in the unit. This is inserted only in
the video chunk.
Stands for the data length of the data chunk. In the video chunk the figure is fixed in the
form of 8 digits and will be padded by "0" when the data length is in the range of 7 digits
or less.
The following example shows the response data to get motion JPEG bit stream and audio bit stream
HTTP/1.0 200 OK¥r¥n
Content-Type: multipart/x-mixed-replace;boundary=--myboundary¥r¥n
¥r¥n
12
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
--myboundary¥r¥n
Content-Type: audio/16kadpcm¥r¥n
DataLen: 320¥r¥n
¥r¥n
<Audio chunk>¥r¥n
--myboundary¥r¥n
Content-Type: image/jpeg¥r¥n
CamTim: 2004-05-18 Tue 10:13:05¥r¥n
DataLen: 000xxxxx¥r¥n
¥r¥n
<JPEG chunk>¥r¥n
--myboundary¥r¥n
Content-Type: audio/16kadpcm¥r¥n
DataLen: 320¥r¥n
¥r¥n
<Audio chunk>¥r¥n
--myboundary¥r¥n
Content-Type: audio/16kadpcm¥r¥n
DataLen: 320¥r¥n
¥r¥n
<Audio chunk>¥r¥n
--myboundary¥r¥n
Content-Type: image/jpeg¥r¥n
CamTim: 2004-05-18 Tue 10:13:05¥r¥n
DataLen: 000xxxxx¥r¥n
¥r¥n
<JPEG chunk>¥r¥n
--myboundary¥r¥n
Content-Type: audio/16kadpcm¥r¥n
DataLen: 320¥r¥n
¥r¥n
<Audio chunk>¥r¥n
--myboundary¥r¥n
Content-Type: audio/16kadpcm¥r¥n
DataLen: 320¥r¥n
¥r¥n
<Audio chunk>¥r¥n
--myboundary¥r¥n
Content-Type: image/jpeg¥r¥n
CamTim: 2004-05-18 Tue 10:13:06¥r¥n
13
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
DataLen: 000xxxxx¥r¥n
¥r¥n
<JPEG image data>¥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
Download from Www.Somanuals.com. All Manuals Search And Download.
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.
<Method>
GET
<Syntax>
http://ip_adr/audio
http://ip_adr/audio [?UdpMode=unicast&UdpPort=<UDP port number>]
http://ip_adr/audio [?UdpMode=multicast]
[HTTP bit stream]
The following example of response data shows how the HTTP bit stream will be acquired.
GET /audio HTTP/1.0¥r¥n
User-Agent: xxxxx¥r¥n
Host: 192.168.0.150¥r¥n
Accept: */*¥r¥n
Connection: Keep-Alive¥r¥n
¥r¥n
HTTP/1.0 200 OK¥r¥n
Content-Type: audio/16kadpcm¥r¥n
Cache-Control: no-cache¥r¥n
Pragma: no-cache¥r¥n
¥r¥n
<Audio data>
.
.
<Audio data>
In terms of <Audio data>, it is so-called raw data in the form of specified audio codec (G.711,G.726
(40kbps, 32kbps, 24kbps, 16kbps)). G.711 raw data complies with mu-law format.
[RTP bit stream (unicast)]
In terms of acquiring audio RTP bit stream (unicast), putting both UdpMode=unicast and UdpPort=<UDP
port number> parameters are required when it is requested via HTTP.
15
Download from Www.Somanuals.com. All Manuals Search And Download.
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
---
---
Shows multicast address which is used for multicast bit stream.
Shows multicast audio port which is used for multicast bit stream
McAudioPort
Acquiring Audio & Video bit stream with timestamp
To acquire audio & video bit stream with the timestamp in HTTP, putting timstamp=on parameter is
required. The granularity of the timestamp is millisecond and it does not synchronize to the time included
in CamTime header.
<Method>
GET
<Syntax>
http://ip_adr/image?timstamp=on
http://ip_adr/image?audioin=on&timstamp=on
http://ip_adr/mjpeg?timstamp=on
http://ip_adr/mjpeg?audioin=on&timstamp=on
http://ip_adr/mpeg4?timstamp=on
http://ip_adr/mpeg4?audioin=on&timstamp=on
http://ip_adr/audio?timestamp=on
TimStamp header
Fixed in the form of 10 digits.
TimStamp: 0123456789
The granularity of the timestamp is millisecond.
The following model can't use an Audio data request command.
SNC-CH110/120/160/210/220/260
SNC-DH110/110T/120/120T/160/210/210T/220/220T/260
SNT-EP104/154
16
Download from Www.Somanuals.com. All Manuals Search And Download.
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.
<Method>
POST
<Commands>
The following commands can be sent in conjunction with the audio encoded data.
/audio-out/g711_64.cgi
/audio-out/g726_40.cgi
/audio-out/g726_32.cgi
/audio-out/g726_24.cgi
/audio-out/g726_16.cgi
The following example shows that a client application sends the G.726 (32kbps) encoded data to the
camera.
POST /audio-out/g726_32.cgi HTTP/1.1¥r¥n
HOST: 192.168.0.150¥r¥n
Connection: close¥r¥n
Authorization: Basic YWRtaW46YWRtaW4=¥r¥n
¥r¥n
<Audio data>
.
.
.
The following model can't use an Audio output request commands.
SNC-CH110/120/160/210/220/260
SNC-DH110/110T/120/120T/160/210/210T/220/220T/260
SNT-EP104/154
17
Download from Www.Somanuals.com. All Manuals Search And Download.
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
/oneshotimage1
/oneshotimage2
/oneshotimage3
It is the command to acquire the still picture of ImageCodec1.
It is the command to acquire the still picture of ImageCodec2.
It is the command to acquire the still picture of ImageCodec3. This requirement can be
used only with SNC-RS44/46/84/86.
<Method>
GET
<Syntax>
http://ip_adr/oneshotimage.jpg
<Example>
A still image request
GET /oneshotimage.jpg HTTP/1.1¥r¥n
Host: 192.168.1.1
Response data
HTTP/1.0 200 OK¥r¥n
Content-Type: image/jpeg¥r¥n
Content-Length: <image size>¥r¥n
¥r¥n
<JPEG image data>
18
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
6 Setting commands of camera parameters
Set various settings for the camera. When using these commands, describe as the following syntax
<parameter>=<value>. It is possible to transmit several parameters at one time only when they belong to
the same CGI name (The part of <cgi> of Syntax). In this case, it is necessary to insert "&" between each
<parameter>=<value>.
<Method>
GET/POST
<Syntax>
http://ip_adr/command/<cgi>?<parameter>=<value>[&<parameter>=<value>...]
<Parameters>
19
Download from Www.Somanuals.com. All Manuals Search And Download.
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.
<Method>
GET/POST
(1) In the case of getting "standard format" response
<Syntax>
http://ip_adr/command/inquiry.cgi?inq=<Inquiry>[&inq=<Inquiry>&inq=<Inquiry>...]
The response of the inquiry is as follows in the case of "standard format".
HTTP/1.0 200 OK¥r¥n Content-Type: text/plain¥r¥n
Content-Length: <len>¥r¥n
¥r¥n
<parameter>=<value>[&<parameter>=<value>&<parameter>=<value>...]
(2) In the case of getting "JS parameter format" response
This type of response is suitable for Java Script processing.
<Syntax>
http://ip_adr/command/inquiry.cgi?inqjs=<Inquiry>[&inqjs=<Inquiry>&inqjs=<Inquiry>...]
The response of the inquiry is as follows in the case of "JS parameter format".
HTTP/1.0 200 OK¥r¥n
Content-Type: text/plain¥r¥n
Content-Length: <len>¥r¥n
¥r¥n
var <parameter>="<value>"
var <parameter>=" <value>"
var <parameter>="<value>"
.
.
.
The response of the inquiry is obtained by using the HTML below.
<SCRIPT LANGUAGE='JavaScript1.2'
SRC='/command/inquiry.cgi?inqjs=<Inquiry>
TYPE='text/javascript'></SCRIPT>
20
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
<Parameters>
21
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
8 Control commands for Panning, Tilting, Zooming and Focusing
"ptzf" command is used for controlling Pan, Tilt, Zoom and Focus. The followings explain "relative"
parameter, "AbsolutePanTilt" parameter and "AreaZoom" parameter. "relative" parameter is used for the
relative displacement. "AreaZoom" parameter is used in the case the selected rectangle area of the host
image is required to zoom. "ContinuousPanTiltZoom" parameter is for Joystick operation.
<Method>
GET/POST
<Syntax>
http://ip_adr/command/ptzf.cgi?relative=aabb
http://ip_adr/command/ptzf.cgi?AreaZoom=x,y,w,h
8.1 relative parameter (syntax: relative=aabb)
It is possible to make the relative displacement of the Pan, Tilt and Zoom by using the relative parameter.
The difference between this parameter and "visca" parameter of relative position assignment is the
presence of normalization with its Zoom position.
How to set the value "aa"
The value "aa" stands for the controlled item and direction such as "Pan position to the right" of "Zoom
position to WIDE". It is possible to set the value "aa" by the following Figure or explanation below.
Upper left
Upper
08
Upper right
07
Left
09
Right
06
04
Zoom WIDE : 10
TELE : 11
Lower left
01
Lower
02
Lower right
03
How to set the value of "bb"
The value of "bb" stands for the degree of displacement whose range is from 01 to 10. The displacement
is based on the current video size. The degree of Pan and Zoom displacement is shown in Table 9.1-1 :
Pan/Tilt distance.
Table 2: Pan/Tilt distance
Value
01
02
Distance: Percent of the current video size.
around 10%
around 15%
22
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
03
04
05
06
07
08
09
10
around 20%
around 25%
around 30%
around 40%
around 50%
around 66.7%
around 83.3%
around 100%
<Example>
move right with 30% on VGA.
POST /command/ptzf.cgi HTTP/1.1¥r¥n
Host: 192.168.1.1¥r¥n
Connection: Keep-Alive¥r¥n
Cache-Control: no-cache¥r¥n
Content-Length: 13¥r¥n
¥r¥n
relative=0605
<Response>
HTTP/1.1 204 No Content¥r¥n
Content-Length: 0¥r¥n
Server: XXXX/X.XX¥r¥n
¥r¥n
8.2 AbsolutePanTilt parameter
A position of pan and tilt is specified in the absolute value. The upper right of the screen is a positive
The bottom right of the screen was a positive direction with a SolidPTZ function before the firmware Ver.
1.30. Set up the CGI command of SolidPTZTiltDirection in "down" after the firmware Ver. 1.30 when you
move the bottom right of the screen to the positive direction.
23
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Tilt
Tilt
Pan
Pan
SolidPTZTiltDirection : up
SolidPTZTiltDirection : down
coordinate of pan and tilt. These values can be read from the camera with PanMovementRange or
TiltMovementRange of CGI command.
8.3 AreaZoom parameter (syntax: AreaZoom=x,y,w,h,<codec>)
It is possible to make the Pan and Tilt displacement of the camera by using "AreaZoom" parameter
which is familiar to the mouse operation. At first regard the center of the shot image as coordinate origin
in Figure8.2-1. If the rectangular area the center of which is (x,y) and the width and height is (w,h) is
required to be shot, set the parameter as "AreaZoom=x,y,w,h,<codec>". The camera will shot the
dashed line area after the command set.
Note)
When the specified area is zoomed in, the center may be shifted according to conditions in current
Pan, Tilt and Zoom position or specified center.
When w=0 and h=0 are set in the AreaZoom parameter, no zoom operation is made but the Pan
and Tilt operation.
24
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
8.4 ContinuousPanTiltZoom parameter (syntax: ContinuousPanTiltZoom=<pan
speed>,<tilt speed>,<zoom speed>)
This parameter is suitable for the pan and tilt operation which a joy sticks was used for.
About <pan speed> setting:
This value can be specified with one step within the range from -100 to 100. It moves to the right side
when a positive value is specified, and when a negative value is specified, it moves to the left side. Pan
operation stops when 0 is specified. The speed is almost directly proportional according to the value.
Actual speed changes according to the zoom position. When the value is 100 on the Wide edge, speed
becomes 120 degree/sec. When this value and <tilt speed> are omitted at the same time, present
operation is maintained about pan and tilt operation.
About <tilt speed> setting:
This value can be specified with one step within the range from -100 to 100. It moves to the upper side
when a positive value is specified, and when a negative value is specified, it moves to the lower side. Tilt
operation stops when 0 is specified. The speed is almost directly proportional according to the value.
Actual speed changes according to the zoom position. When the value is 100 on the Wide edge, speed
becomes 60 degree/sec. When this value and <pan speed> are omitted at the same time, present
operation is maintained about pan and tilt operation.
About <zoom speed> setting:
This value can be specified with one step within the range from -100 to 100. It moves to the Tele
direction when a positive value is specified, and when a negative value is specified, it moves to the Wide
direction. Zoom operation stops when 0 is specified. When this value is omitted at the same time,
present operation is maintained.
About parameter sending interval:
You should send the next command after waiting for HTTP response "204 No Content" from the camera.
When you do not wait for the response, you should send the next command after it waits at the time of
the value of "ContinuousPanTiltZoomInterval" obtained by using system information inquiry
"/command/inquiry.cgi&inq=system". The unit of "ContinuousPanTiltZoomInterval" is ms. Send
"ContinuousPanTiltZoom=0,0,0" at once regardless of the above-mentioned when you stop PTZ
operation of camera. Except for LAN environment, moving command and stopping command might be
reversed, and the camera doesn't stop. In this case, wait for the HTTP response from the camera to
guarantee order.
About Connection:
When using "ContinuousPanTiltZoom" parameter, reconnect every time the command is sent. The
reaction of the PTZ operation worsens if keeping connection.
25
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
9 Configuration command for motion object detection or unattended
object detection
These are to be used for configuring motion detection. Common configuration terms are described in 9.1.
Inquiring the configuration is described in 9.2.
9.1 Common configuration terms
This section describes common configuration terms. When using these commands, describe as the
following syntax <parameter>=<value>.
<Method>
GET / POST
<Syntax>
http://ip_adr/command/objectdetection.cgi?parameter=<value>
<Parameters>
<Example>
Set "Alarm interval" of the unattended detection with half and an hour.
POST /command/objectdetection.cgi HTTP/1.1¥r¥n
Host: 192.168.1.1¥r¥n
Connection: Keep-Alive¥r¥n
Cache-Control: no-cache¥r¥n
Content-Length: 20¥r¥n
¥r¥n
Win1Mode=mask
<Response>
HTTP/1.1 204 No Content¥r¥n
Content-Type: text/plain¥r¥n
Date: Fri, 29 Jul 2005 17:33:58 GMT¥r¥n
Server: XXXX/X.XX¥r¥n
Accept-Ranges: bytes¥r¥n
Connection: Keep-Alive¥r¥n
Expires: Fri, 29 Jul 2005 17:33:56 GMT¥r¥n
Pragma: no-cache¥r¥n
Cache-Control: no-cache¥r¥n
Content-Length: 0¥r¥n
¥r¥n
26
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
10 Information request command
This request is to be used for getting information such a result of motion detection or status of the sensor
input in the form of "HTTP bit stream".
Before using this command, you should configure as described below:
"AlamData" parameter in system.cgi is set to "on".
Configure motion object detection or unattended object detection if you need the information.
<Method>
GET
<Syntax>
http://ip_adrress/command/alarmdata.cgi
http://ip_adrress/command/alarmdata.cgi[?interval=<value>]
<Parameters>
interval=<value>
Parameter "interval" means interval seconds between the information is coming. The range of <value> is
from 0 to 3600. When 0 is specified the information is updated only when it changes.
<Example>
(Except SNT-EP104, SNT-EP154)
GET/command/alarmdata.cgiHTTP/1.1Host:
192.168.0.100 Connection: Keep-Alive
HTTP/1.0 200 OK¥r¥n
Content-Type: multipart/x-mixed-replace;boundary=--myboundary¥r¥n
¥r¥n
--myboundary¥r¥n
Content-Type: text/plain¥r¥n
CamTim: 2007-04-01 Sun 14:10:43¥r¥n
¥r¥n
Sensor1=0¥r¥n
Sensor2=0¥r¥n
Sensor3=0¥r¥n
Sensor4=0¥r¥n
OdWin1=0¥r¥n
OdWin2=0¥r¥n
OdWin3=0¥r¥n
OdWin4=0¥r¥n
VMF=0¥r¥n
28
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Tampering=0¥r¥n
Audio=0¥r¥n
--myboundary¥r¥n
Content-Type: text/plain¥r¥n
CamTim: 2007-04-01 Sun 14:10:46¥r¥n
¥r¥n
.
.
(SNT-EP104, SNT-EP154)
GET/command/alarmdata.cgiHTTP/1.1Host:
192.168.0.100 Connection: Keep-Alive
HTTP/1.0 200 OK¥r¥n
Content-Type: multipart/x-mixed-replace;boundary=--myboundary¥r¥n
¥r¥n
--myboundary¥r¥n
Content-Type: text/plain¥r¥n
CamTim: 2007-04-01 Sun 14:10:43¥r¥n
¥r¥n
MdWin1=0¥r¥n
--myboundary¥r¥n
Content-Type: text/plain¥r¥n
CamTim: 2007-04-01 Sun 14:10:46¥r¥n
¥r¥n
.
.
29
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11 CGI command list
These are the tables of every category of the CGI command. These CGI commands may not be able to be used by the model (see under the each table).
<codec> of Parameter is the integer (1 - 3) which shows ImageCodec1~ImageCodec3.
<codec> of Value is the string ("image1"/" image2"/" image3") which shows ImageCodec1~ImageCodec3. The models that <codec> can be specified in
Value are SNC-CH110/120/160/210/220/260 and SNC-DH110/110T/120/120T/160/210/210T/220/220T/260. When <codec> of Value is omitted, it is
equal to the case that "image1" was specified.(Even a model except for the above can use codec of Value for AreaZoom and EsRec.)
The CGI command that "Image1" or "Image2" has it about the end of Parameter controls that that ImageCodec1 or ImageCodec2. "Image1" of the end
can be omitted.
<AI > in the table CGI command shows the number of Alarm In. And, <AO> shows the number of Alarm Out. Refer to Appendix for the number which
can be used for every model.
11.1 System
Parameter
Value
"<model name>"
InqParm
system
SetCGI
Ver
1.00
Note
ModelName
-
-
Return the model name.
Return the serial number.
Serial
"<serial no.>"
system
1.00
1.00
1.00
1.10
Return the number of channels (one channel or four channels) of
Video Network Station.
ChannelNum
"1"/"4"
system
system
system
-
-
-
ChannelId
"1"-"4"
Return the number of channels which VideoNetworkStation has.
The model name of the rack of Video Network Station is returned. It
can use only with SNT-EX154 and SNT-EP154.
RackModelName
"SNT-RS1U"/"SNT-RS3U"
RackSlotId
"0" to "12"
The slot ID of the rack of Video Network Station is returned. Value is
decimal number. "0" is the value of the unusual time. It can use only
with SNT-EX154 and SNT-EP154.
system
-
1.10
RackSerialNo
PanTiltFunc
"<rack serial no>"
"0"/"1"
The serial number of the rack of Video Network Station is returned. It
can use only with SNT-EX154 and SNT-EP154.
system
system
-
-
1.10
1.00
Indicates the camera supports Pan/Tilt function. SNT-EP104 and
30
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNT-EP154 are always "0". A model except for that is always "1".
Indicates the camera supports Zoom function. SNT-EP104 and
SNT-EP154 are always "0". A model except for that is always "1".
Indicates the camera supports Privacy Masking function.
Indicates the camera supports SolidPTZ function.
Return the software version.
ZoomFunc
"0"/"1"
system
-
1.00
PrivacyMaskingFunc
SolidPTZFunc
SoftVersion
"1"
system
system
system
system
system
-
1.00
1.10
1.00
1.00
1.00
"1"
-
"<version>"
"<text>"
"<text>"
-
TitleBar
system.cgi
system.cgi
Up to 32 characters.
WelcomeText
Up to 1024 characters.
Select home page path.
default : ActiveX Viewer
DefUrlMode
"default"/"userset"/ "custom"
system
system.cgi
1.00
userset : Custom home page
custom : JAVAScript Viewer
UserUrlPath
"/user/<text>"/ "/a-slot/<text>"
system
system
system
system
system
system
system
system
system
system
system
system
system
system.cgi
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
Up to 64 characters except for "/user/" or "/a-slot/".
To turn on or off the Power LED.
PowerLed
"on"/"off"
system.cgi
NetworkLed
"on"/"off"
system.cgi
To turn on or off the Network LED.
CgiAuthen
"on"/"off"
system.cgi
To set the CGI authentication to on or off.
Enable or disable rotation of panorama image.
PanoramaRotation
PanoramaFunc
PanoramaPicture
RoundPanoramaFunc
RoundPanoramaPicture
ThumbnailFunc
PanRotation
"on"/"off"
system.cgi
"0"/"1"
-
"0"/"1"
-
It is the existence of the panorama image.
"0"/"1"
-
"0"/"1"
-
"0"/"1"
-
It is the existence of the Thumbnail function.
"0"/"1"
-
Indicates the camera dose not supports Boundless rotation.
Enable or disable streaming of alarm information.
Enable or disable superimpose of time & camera ID.
AlarmData
"on"/"off"
system.cgi
system.cgi
SuperimposeFunc
"id"/"tim"/"idtim"/ "custom"/"off"
31
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
id : display camera ID only
idtim : display time & camera ID
tim : display time only
custom : display the text defined by SiFormat
off : disable superimpose
(For the convertible) This setup becomes effective only when
SiEnable is "off". When this CGI is except for "off", the designation of
SiFormat which it prepares for the interchange, SiPosition and
SiFontSize becomes effective, and an item about the superimposition
becomes invalid. Contents are indicated in the position where it was
specified with SiPosition when this CGI is specified in "custom" and
the one except for "off". A superimposition is made non-indication
when it is set up in "off".
Superimposed format in the Upper Left placement on the picture.
(For the convertible) A setup becomes effective when the value of
SuperimposeFunc is "custom". It can be specified including the tag to
sixty characters. (All can't be sometimes indicated by the screen
width and the size of the font.)
SiFormat
"<text>"
system
system.cgi
1.00
(For the convertible) A superimposition display position is chosen.
The contents specified with SuperimposeFunc or SiFormat are
objects.
SiPosition
"0"to"6"
system
system
system.cgi
system.cgi
1.00
1.12
0: Top-left, 1: Top-right, 2: Bottom-left, 3: Bottom-right,
4: Top, 5: Bottom, 6: Center
SiFontSize
Size of superimposed font.
SiFontSizeImage1
SiFontSizeImage2
"0"/"1"/"2"
0 : Small, 1 : Middle(Large) 2: Large (Value 2 can be used with
SNC-CH120/160/210/220/260 and
32
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH120/120T/160/220/220T/260.)
Enable or disable of Superimpose function. It takes precedence over
the specification of SuperimposeFunc. The setup of
SiEnable
SiEnableImage1
SiEnableImage2
"on"/"off"
system
system
system.cgi
1.12
1.00
SuperimposeFunc becomes "off" when SiEnable is set up in "on". A
setup for the convertible becomes invalid, too. SuperimposeFunc
becomes "off" when SiEnable is set up in "off", too.
"<cameraid><datetime><direction>
<event><zoomratio><codecinfo>"
It uses when the tag which can be specified is examined.
SiFormatTag
-
<n> is the integer of 1 - 7. The format of a string to set up in 1-7 of the
superimposition display position (SiPosition n) is specified
respectively.
SiFormat<n>
Setup example: The contents which <cameraid>, <datetime> and
<event> cope with are substituted for this setup, and SAMPLE is
indicated as it is.
SiFormat<n>Image1
SiFormat<n>Image2
"<text>"
system
system.cgi
1.12
"<text>" = " <cameraid>SAMPLE<datetime><event>"
The tag which can be specified is as it is enumerated in SiFormatTag.
<n> is the integer of 1 - 7. A superimposition display position is
chosen. The number of SiPosition<n> copes with the number of
SiFormat<n>.
0: Top-left, 1: Top-right, 2: Bottom-left, 3: Bottom-right,
4: Top, 5: Bottom, 6: Center
SiPosition<n>
SiPosition<n>Image1
SiPosition<n>Image2
"0"to"6"
system
system.cgi
1.12
(Limitation 1) It gives priority to "Top" over Top-Left or Top-right.
Because of that, it is indicated only in "Top" when it tries even if you
indicate it in "Top" and Top-Left and Top-right at the same time.
(Limitation 2) Each string is indicated respectively to the center when
it is made to indicate it in Top-let and Top-right at the same time.
33
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
"Bottom-left ": Bottom-right" is the same, too.
(Limitation 3) Set it up in SiPosition n not to overlap. When it overlaps
and it is set up, you must make the designation of either one side a
null character string.
Enable or disable LOGO Image. An LOGO image is indicated instead
of camera ID. A LOGO image is indicated at the upper left.
on: A logo image is indicated. SiCameraId becomes
non-indication.
SiCamIdImgEnable
"on"/"off"
system
system.cgi
1.00
off: A logo image isn't indicated. f SiCameraId is effective, a
camera ID is indicated. (Default)
Delete
"camidimg"
"<text>"
-
main.cgi
1.00
1.00
Delete uploaded Camera ID logo file.
<cameraid> text up to 20 characters. Toggled by SiLogoEnable. The
characters which can be used are a number (0-9), an alphabet (a-z
and A-Z), " "(space), "-", ":"(colon) and "_".
Date format separator.
SiCameraId
system
system.cgi
SiDateSeparator
SiDateFormat
"0" to "1"
"0" to "2"
system
system
system.cgi
system.cgi
1.00
1.00
0: - (Default)
1: /
Date format.
0: YYYY<sep>MM<sep>DD HH:MM:SS
1: MM<sep>DD<sep>YYYY HH:MM:SS
2: DD<sep>MM<sep>YYYY HH:MM:SS
The character specified with SiDateSeparator is inserted into <sep>.
SiPresetPosition
SiDirectionMode
34
"on"/"off"
system
system
system.cgi
system.cgi
1.00
1.00
Camera position information such as Areatitle, Preset position and
Azimuth.
"azimuth"/"areatitling"
azimuth: Direction corner indication. (Default)
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
areatitling: Indication of an area title.
Azimuth is set up.
0: OFF
SiAzimuthMode
"0"/"4"/"8"
<pan hex>
system
system
system.cgi
system.cgi
1.00
1.00
4: 4 direction
8: 8 direction
SiAzimuthNorthPanPos
A north position is set up.
Some AreaTitle is set up.
<No>: Area number (1 to 64)
"<No>,<text>,<pan_start
hex>,<pan_end hex>,<tilt_start
hex>,<tilt_end
<text>: Name of area title (up to 40 characters)
<pan_start>: Start position of pan
<pan_end>: End position of pan
<tilt_start>: Start position of tilt
SiAreaTitle
system
system.cgi
1.00
hex>,<enable>,<No>,<text>,..."
<tilt_end>: End position of tilt
Delete some AreaTitle.
SiAreaTitleClear
SiAreaTitleNum
"<No>,<No>,..."
"<No>"
-
system.cgi
-
1.00
1.00
<No>: Area number (1 to 64)
system
Return the maximum value of the area which can be set up.
Font Color of superimpose.
0: White, 1: Black, 2: White with black border,
3: Black with white border, 4: White with black background
5: Black with white background, 6: White with transparent
background
SiColor
"0"to"6"
system
system.cgi
1.00
When a color is different, a string "other" is returned.
It is a setup about the indication of the CameraID.
<Color> specifies the color of the string indicated.
0: Black, 1: Blue, 2: Red, 3: Magenta
4: Green, 5: Cyan, 6: Yellow, 7: White (Default)
SiCameraIDStyle
"<Color>","<Blink>","<Style>"
system
system.cgi
1.00
35
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
<Blink> : It is always "off".
<Style> specifies the effect on transmission of the string.
0: outline string (other areas include a character body are
transparent)
1: normal string with transparent background (Default)
2: normal string with half-transparent white background
3: normal string with half-transparent black background
4: normal string with white background
5: normal string with black background
SNC-CH120/160/210/220/260 and
SNC-DH120/120T/160/220/220T/260 : <Color> is always 0. <Style>
is always 4.
The indication of the date is set up. The meaning of <Color Style> is
the same as SiCameraIDStyle.
SiDateStyle
"<Color>","<Blink>","<Style>"
"<Color>","<Blink>","<Style>"
"<Color>","<Blink>","<Style>"
"<Color>","<Blink>","<Style>"
"<Color>","<Blink>","<Style>"
"<Color>","<Blink>","<Style>"
"make"/"break"
system
system
system
system
system
system
system
system.cgi
system.cgi
system.cgi
system.cgi
system.cgi
system.cgi
system.cgi
1.00
1.00
1.00
1.00
1.00
1.00
1.00
The indication of the zoom ratio is set up. The meaning of <Color
Style> is the same as SiCameraIDStyle.
SiZoomRatioStyle
SiCodecInfoStyle
SiEventStyle
The indication of the CodecInfo is set up. The meaning of <Color
Style> is the same as SiCameraIDStyle.
The indication of the event is set up. The meaning of <Color Style> is
the same as SiCameraIDStyle.
The indication of the direction is set up. The meaning of <Color Style>
is the same as SiCameraIDStyle.
SiDirectionStyle
SiStringStyle
The indication of the string except for tag information is set up. The
meaning of <Color Style> is the same as SiCameraIDStyle.
make: Sensor input is triggered when the connection get short.
break: Sensor input is triggered when the connection get open.
Sensor<AI>Mode
36
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Alarm<AO>Duration
"0"to"300"
system
system.cgi
1.00
The time of the output of the alarm is set up.
Select video output mode. Only SNC-RH124/164,
SNC-CH140/220/240/260/280,
SNC-DH140/140T/220/220T/240/240T/260/280 can be set up. "ip" or
"on" can be set up in these models. A state of output of the analog
video is returned with inquiry.
SNC-RH124/164:It is one of "ip"/"ntsc"/"pal".
SNC-RS44/46/84/86:It is "ntsc" or "pal" corresponding to the end
of the model name.
VideoOutMode
"ip" / "ntsc" / "pal"
system
system.cgi
1.00
SNC-CH120/140/160/210/220/240/260/280,
SNC-DH120/120T/140/140T/160/220/220T/240/240T/260/280:It
becomes "ip"/" ntsc"/" pal" corresponding to the set point of the
slide switch and VideoOutMode.
SNT-EX101/101E/104/154, SNT-EP104/154: It becomes "ntsc" or
"pal" corresponding to the connected camera.
Enable or disable non-volatile log.
NonVolatilizationLog
"on"/"off"
"1"/"0"
system
system
system.cgi
-
1.00
1.00
ContinuousPanTiltZoomFunc
It is the existence of the ContinuousPanTiltZoom function.
It is the shortest interval between a command to use
ContinuousPanTiltZoom command. (msec)
ContinuousPanTiltZoomInterval
"<interval time>"
system
-
1.00
CameraControlInterface
HeaderLogoPicture
PowerSource
"serial"/"coaxitron"
system
system
system
system
system
system.cgi
1.00
1.00
1.10
1.2
It is the choice of the camera control interface.
This returns some/nothing (1/0) of the header logo image.
The kind of the power supply is returned.
"1"/"0"
-
"unkown"/"ac"/"dc"/"hpoe"/"poe"
-
PowerControl
"on"/"off"
"1"/"0"
system.cgi
-
Electric power is mediated with LLDP(Link Layer Discovery. Protocol).
Indicates the camera supports EdgeStorage function.
EdgeStorageFunc
1.10
The command which can't be used in each model is shown in the following table.
37
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Model name
Unsupported command (System)
SNC-CH110
Alarm<AO>Duration, CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear,
SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode
SNC-CH120
SNC-CH140
CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode
CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1,
SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2
CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode
SNC-CH160
SNC-CH180
CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1,
SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2
Alarm<AO>Duration, CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear,
SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode
SNC-CH210
SNC-CH220
SNC-CH240
CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode
CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1,
SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2
CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode
SNC-CH260
SNC-CH280
CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1,
SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2
Alarm<AO>Duration, CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear,
SNC-DH110/110T
38
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH120
SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode
Alarm<AO>Duration, CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, Sensor<AI>Mode, SiAreaTitle,
SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode
SNC-DH120T
CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode
SNC-DH140/140T
CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiDirectionStyle,
SiEnableImage1, SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1,
SiPosition<n>Image2
SNC-DH160
SNC-DH180
CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode
CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1,
SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2
Alarm<AO>Duration, CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear,
SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode
SNC-DH210/210T
SNC-DH220
Alarm<AO>Duration, CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, Sensor<AI>Mode, SiAreaTitle,
SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode
SNC-DH220T
CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode
SNC-DH240/240T
CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1,
SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2
CameraControlInterface, PowerControl, RackModelName, RackSerialNo, RackSlotId, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode
SNC-DH260
SNC-DH280
CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
39
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1,
SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2
CameraControlInterface, RackModelName, RackSerialNo, RackSlotId, SiEnableImage1, SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2,
SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2, SolidPTZFunc
SNC-RH124/164
SNC-RS44/46/84/86
SNT-EP104
CameraControlInterface, RackModelName, RackSerialNo, RackSlotId, SiEnableImage1, SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2,
SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2, SolidPTZFunc
Alarm<AO>Duration, CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId,
RoundPanoramaPicture, Sensor<AI>Mode, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos,
SiDirectionMode, SiEnableImage1, SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2,
SiPosition<n>Image1, SiPosition<n>Image2, SolidPTZFunc, VideoOutMode
SNT-EP154
Alarm<AO>Duration, CameraControlInterface, PanoramaPicture, PanoramaRotation, PowerControl, RoundPanoramaPicture, Sensor<AI>Mode,
SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1, SiEnableImage2,
SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2, SolidPTZFunc,
VideoOutMode
SNT-EX101/101E
SNT-EX104
PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId, RoundPanoramaPicture, SiAreaTitle,
SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1, SiEnableImage2, SiFontSizeImage1,
SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2, SolidPTZFunc, VideoOutMode
PanoramaPicture, PanoramaRotation, PowerControl, RackModelName, RackSerialNo, RackSlotId, RoundPanoramaPicture, SiAreaTitle,
SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode, SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1, SiEnableImage2, SiFontSizeImage1,
SiFontSizeImage2, SiFormat<n>Image1, SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2, SolidPTZFunc, VideoOutMode
PanoramaPicture, PanoramaRotation, PowerControl, RoundPanoramaPicture, SiAreaTitle, SiAreaTitleClear, SiAreaTitleNum, SiAzimuthMode,
SiAzimuthNorthPanPos, SiDirectionMode, SiEnableImage1, SiEnableImage2, SiFontSizeImage1, SiFontSizeImage2, SiFormat<n>Image1,
SiFormat<n>Image2, SiPosition<n>Image1, SiPosition<n>Image2, SolidPTZFunc, VideoOutMode
SNT-EX154
40
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.2 Exclusive camera control
Parameter
Value
InqParm
system
SetCGI
system.cgi
Ver
Note
CamCtrlRight
"on"/"off"
"10"to"600"
"0"to"10"
1.00
On or off the exclusive pan/tilt control from ActiveXviewer.
Set period of time in seconds. A client that has the permission of pan/tilt control
can control the camera in the period.
CamCtrlTime
system
system.cgi
1.00
CamMaxWaitNo
system
system.cgi
1.00
Set maximum number of the client who waits the exclusive control.
The Exclusive camera control CGI commands cannot be used with the following models.
♦ SNT-EP104/154
11.3 Date and time
Parameter
Value
InqParm
system
SetCGI
etc.cgi
Ver
1.00
Note
Time
"<time>"
Setting of local time.
Setting of GM time.
Setting of time zone.
GmTime
"<time>"
system
system
system
system
system
etc.cgi
1.00
1.00
1.00
1.00
1.00
TimeZone
DstMode
"<time zone>"
"on"/"off"
system.cgi
system.cgi
system.cgi
system.cgi
Enable or disable summer time (daylight saving time).
ymd : yyyy-mm-dd mdy : mm-dd-yyyy dmy : dd-mm-yyyy
Synchronization with NTP server
Setting of NTP server address,
conf : manual (max. 3)
DateFormat
NtpService
"ymd"/"mdy"/"dmy"
"on"/"off"
NtpSrvAdd
"conf"/"dhcp"/"multi"
system
system.cgi
1.00
dhcp : get from the DHCP/DHCPv6 server
multi : use multicast address
NtpServer
NtpServer2
NtpServer3
"<server>"
"<server>"
"<server>"
system
system
system
system.cgi
system.cgi
system.cgi
1.00
1.00
1.00
Up to 64 characters.
Up to 64 characters.
Up to 64 characters.
41
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.4 Pan/Tilt/Zoom
Parameter
Value
InqParm
SetCGI
Ver
Note
Move command in Pan/Tilt direction.
<direction>: left, right, up, down, up-left, up-right, down-left, down-right
<speed> : Network Camera : "1" to "24"
Video Network Station : "1" to "100"
Move command in zoom direction.
<zoom> : tele, wide
Move
Move
Move
"<direction>,<speed>,<codec>"
-
-
-
ptzf.cgi
1.12
"<zoom>,<speed>,<codec>"
"<focus>,<speed>,<codec>"
ptzf.cgi
ptzf.cgi
1.12
1.12
<speed> : "1" to "8"
Move command in focus direction.
<focus> : near, far, onepushaf
(onepushaf is effective when FocusMode is manual. )
<speed> : "1" to "8"
Stop command for moving.
<mode>:
Move
"stop,<mode>,<codec>"
-
ptzf.cgi
1.12
"pantilt" or "motor": Stop panning and tilting.
"zoom": Zoom is stopped.
"focus": Focus is stopped.
width, height: 0 at DirectPT and PT Camera
<center X> : X distance from center (Pixel)
<center Y> : Y distance from center (Pixel)
<codec> : Video codec associated with distance
("image1"/"image2"/"image3")
"<center X>,<center Y>,
AreaZoom
-
-
ptzf.cgi
1.00
<width>,<height>,<codec>"
Relative
AbsolutePanTilt
42
"<aabb>,<codec>"
ptzf.cgi
ptzf.cgi
1.12
1.12
aabb: See chapter "8.1 relative parameter (syntax: relative=aabb)".
Move to specified address of pan and tilt. speed: "1" to "24"
"<pan position>,<tilt position>,<speed>"
ptzf
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
AbsolutePanTiltImage1
AbsolutePanTiltImage2
"<pan position>,<tilt
Move in the specified direction. speed: "1" to "24"
RelativePanTilt
-
ptzf.cgi
1.12
position>,<speed>,<codec>"
"<zoom position>,<codec>"
"<zoom position>,<codec>"
AbsoluteZoom
-
-
ptzf.cgi
ptzf.cgi
1.12
1.12
Move to specified zoom position.
Move to specified zoom position.
RelativeZoom
AbsolutePTZF
"<pan position>,<tilt position>,<zoom
position>,<focus position>"
AbsolutePTZFImage1
AbsolutePTZFImage2
ptzf
ptzf.cgi
1.12
min pan position: "E020"~"FFFF"
min tilt position: "F808"~"FFFF"
"<min pan position>,<min tilt position>,
<max pan position>,<max tilt position>"
LimitPanTilt
ptzf
ptzf.cgi
1.00
max pan position: "0001"~"1FE0"
max tilt position: "0001"~"0AA0"
limit clear: all position "7FFF"
HorizontalTiltLimit
Cancel
"on"/"off"
ptzf
-
ptzf.cgi
1.00
1.12
1.00
1.00
1.00
1.00
When this is set on, the operating range of the tilt is by the horizontal.
"on,<codec>"
ptzf.cgi
PanTiltMaxVelocity
ZoomMaxVelocity
PanMovementRange
TiltMovementRange
"24"
ptzf
ptzf
ptzf
ptzf
-
-
-
-
"8"
"<min position>,<max position>"
"<min position>,<max position>"
"<wide end>,<optical tele end>,<digital
tele end>"
Return the range of panning.
Return the range of tilting.
ZoomMovementRange
ptzf
-
1.00
Return the range of zooming.
PanPanoramaRange
TiltPanoramaRange
VisiblePanRange
"<min position>,<max position>"
"<min position>,<max position>"
"<min pos>,<max pos>"
ptzf
ptzf
ptzf
ptzf.cgi
ptzf.cgi
-
1.00
1.00
1.10
An indication range is returned.
43
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
VisibleTiltRange
"<min pos>,<max pos>"
ptzf
-
-
1.10
1.12
An indication range is returned.
pan speed: "-100" to "100"
tilt speed: "-100" to "100"
"<pan speed>,<tilt speed>,<zoom
speed>,<codec>"
ContinuousPanTiltZoom
ptzf.cgi
zoom speed: "-100" to "100"
PtzfMode
RelPanTilt
RelZoom
"normal"/"step"
"1"to"10"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.00
"1"to"10"
It is the setup of the time of AutoFlip (msec).
SNT-EX101/101E/104/154 is always "off".
Return the kind of AutoFlip.
AutoFlip
"off"/"0"/"250"/"500"/"750"
camera
camera.cgi
1.00
AutoFlipMode
EflipFunc
"mechaflip"/"eflip"
"0"/"1"
camera
camera
camera
-
1.00
1.00
1.12
-
Eflip
"on"/"off"
camera.cgi
SolidPTZ
SolidPTZ1
SolidPTZ2
SolidPTZMode
"on"/"off"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.12
1.12
1.3
The solid PTZ function is turned on and off.
"quality"/"rate"
"up"/"down"
This sets up SolidPTZ priority.
It is the direction of the coordinate of AbsolutePanTilt.
"up":It is the same as Rapid Dome Camera.
"down":It is the same even as the firmware V1.2.
speed: "0"~"100"
SolidPTZTiltDirection
AnalogCamPanSpeed
AnalogCamTiltSpeed
"<speed>"
"<speed>"
ptzf
ptzf
ptzf
ptzf
ptzf.cgi
ptzf.cgi
ptzf.cgi
ptzf.cgi
1.2
1.2
1.2
1.2
speed: "0"~"100"
AnalogCamZoomSpeed "<speed>"
AnalogCamFocusSpeed "<speed>"
speed: "0"~"8"
speed: "0"~"8"
The contents of <Serial-DirectData> are transferred to the analog
camera.
SerialDirect
"<Serial-DirectData>"
-
ptzf.cgi
1.2
44
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported command (Pan/Tilt/Zoom)
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
SNC-CH120
SNC-CH140
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect, SolidPTZMode
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, EflipFunc, HorizontalTiltLimit, LimitPanTilt, SerialDirect, SolidPTZ1,
SolidPTZ2, SolidPTZMode
SNC-CH160
SNC-CH180
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect, SolidPTZMode
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, EflipFunc, HorizontalTiltLimit, LimitPanTilt, SerialDirect, SolidPTZ1,
SolidPTZ2, SolidPTZMode
SNC-CH210
SNC-CH220
SNC-CH240
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, EflipFunc, HorizontalTiltLimit, LimitPanTilt, SerialDirect, SolidPTZ1,
SolidPTZ2, SolidPTZMode
SNC-CH260
SNC-CH280
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, EflipFunc, HorizontalTiltLimit, LimitPanTilt, SerialDirect, SolidPTZ1,
SolidPTZ2, SolidPTZMode
45
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH110/110T
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
SNC-DH120
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect, SolidPTZMode
SNC-DH120T
SNC-DH140/140T
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect, SolidPTZMode
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, EflipFunc, HorizontalTiltLimit, LimitPanTilt, SerialDirect, SolidPTZ1,
SolidPTZ2, SolidPTZMode
SNC-DH160
SNC-DH180
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect, SolidPTZMode
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, EflipFunc, HorizontalTiltLimit, LimitPanTilt, SerialDirect, SolidPTZ1,
SolidPTZ2, SolidPTZMode
SNC-DH210/210T
SNC-DH220
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
SNC-DH220T
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
SNC-DH240/240T
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, EflipFunc, HorizontalTiltLimit, LimitPanTilt, SerialDirect, SolidPTZ1,
SolidPTZ2, SolidPTZMode
SNC-DH260
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, HorizontalTiltLimit,
LimitPanTilt, SerialDirect
SNC-DH280
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
46
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-RH124/164
AnalogCamTiltSpeed, AnalogCamZoomSpeed, AutoFlip, AutoFlipMode, Eflip, EflipFunc, HorizontalTiltLimit, LimitPanTilt, SerialDirect, SolidPTZ1,
SolidPTZ2, SolidPTZMode
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, SerialDirect, SolidPTZ, SolidPTZ1, SolidPTZ2, SolidPTZMode, SolidPTZTiltDirection,
VisiblePanRange, VisibleTiltRange
SNC-RS44/46/84/86
SNT-EP104
AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AnalogCamFocusSpeed, AnalogCamPanSpeed,
AnalogCamTiltSpeed, AnalogCamZoomSpeed, SerialDirect, SolidPTZ, SolidPTZ1, SolidPTZ2, SolidPTZMode, SolidPTZTiltDirection,
VisiblePanRange, VisibleTiltRange
AbsolutePTZF, AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTilt, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AbsoluteZoom,
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AreaZoom, AutoFlip, AutoFlipMode, Cancel,
ContinuousPanTiltZoom, HorizontalTiltLimit, LimitPanTilt, Move, PanMovementRange, PanPanoramaRange, PanTiltMaxVelocity, PtzfMode,
RelPanTilt, RelZoom, Relative, RelativePanTilt, RelativeZoom, SerialDirect, SolidPTZ, SolidPTZ1, SolidPTZ2, SolidPTZMode, SolidPTZTiltDirection,
TiltMovementRange, TiltPanoramaRange, VisiblePanRange, VisibleTiltRange, ZoomMaxVelocity, ZoomMovementRange
AbsolutePTZF, AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTilt, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AbsoluteZoom,
AnalogCamFocusSpeed, AnalogCamPanSpeed, AnalogCamTiltSpeed, AnalogCamZoomSpeed, AreaZoom, AutoFlip, AutoFlipMode, Cancel,
ContinuousPanTiltZoom, HorizontalTiltLimit, LimitPanTilt, Move, PanMovementRange, PanPanoramaRange, PanTiltMaxVelocity, PtzfMode,
RelPanTilt, RelZoom, Relative, RelativePanTilt, RelativeZoom, SerialDirect, SolidPTZ, SolidPTZ1, SolidPTZ2, SolidPTZMode, SolidPTZTiltDirection,
TiltMovementRange, TiltPanoramaRange, VisiblePanRange, VisibleTiltRange, ZoomMaxVelocity, ZoomMovementRange
AbsolutePTZF, AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTilt, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AbsoluteZoom,
AreaZoom, AutoFlipMode, ContinuousPanTiltZoom, HorizontalTiltLimit, LimitPanTilt, PtzfMode, RelPanTilt, RelZoom, Relative, RelativePanTilt,
RelativeZoom, SolidPTZ, SolidPTZ1, SolidPTZ2, SolidPTZMode, SolidPTZTiltDirection, VisiblePanRange, VisibleTiltRange
AbsolutePTZF, AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTilt, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AbsoluteZoom,
AreaZoom, AutoFlipMode, ContinuousPanTiltZoom, HorizontalTiltLimit, LimitPanTilt, PtzfMode, RelPanTilt, RelZoom, Relative, RelativePanTilt,
RelativeZoom, SolidPTZ, SolidPTZ1, SolidPTZ2, SolidPTZMode, SolidPTZTiltDirection, VisiblePanRange, VisibleTiltRange
AbsolutePTZF, AbsolutePTZFImage1, AbsolutePTZFImage2, AbsolutePanTilt, AbsolutePanTiltImage1, AbsolutePanTiltImage2, AbsoluteZoom,
AreaZoom, AutoFlipMode, ContinuousPanTiltZoom, HorizontalTiltLimit, LimitPanTilt, PtzfMode, RelPanTilt, RelZoom, Relative, RelativePanTilt,
SNT-EP154
SNT-EX101/101E
SNT-EX104
SNT-EX154
47
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
RelativeZoom, SolidPTZ, SolidPTZ1, SolidPTZ2, SolidPTZMode, SolidPTZTiltDirection, VisiblePanRange, VisibleTiltRange
When a connected analog camera supports it, SNT-EX101/101E/104/154 can use the following CGI command.
♦ Move, Cancel, PanTiltMaxVelocity, ZoomMaxVelocity, AutoFlip
11.5 Focus/Zoom
Parameter
Value
InqParm
SetCGI
Ver
Note
The movement of a zoom of the lens is started.
<zoom>:”tele”/”wide”
FzMove
"<zoom>,<speed>"
-
focuszoom.cgi
1.00
The adjustment of the focus of the lens is started.
<focus>:”far”/”near”
FzMove
FzMove
"<focus>,<speed>"
-
-
focuszoom.cgi
focuszoom.cgi
1.00
1.00
"onepushaf,<speed>"
One push auto focus is begun.
A zoom or focus adjustment is stopped.
<mode>:”zoom”/”focus”
"zoom" : A zoom movement is stopped. A focus stops when a focus follows a
zoom, too.
FzMove
"stop,<mode>"
-
focuszoom.cgi
1.00
"focus" : Focus adjustment is stopped. It doesn't stop when a focus follows a
zoom.
It is effective only in the movement by FzMove. A movement by the
FzAbsolute/FzRelative command doesn't stop.
A zoom and a focus are made condition in the factory default.
It has a zoom in the position absolutely. A focus doesn't follow it.
<zoom>: 0 - 1599 ( Integer)
FzInitialize
"on"
-
focuszoom.cgi
1.00
1.00
FzAbsoluteZoom
"<zoom>"
focuszoom focuszoom.cgi
focuszoom focuszoom.cgi
It is adjusted to the position to specify a focus.
<focus>:
FzAbsoluteFocus
"<focus>"
1.00
・SNC-CH140/220/240/260/280: 0 – 899 ( Integer)
48
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
・SNC-CH180, CNC-DH140/140T/180/220/220T/240/240T/260/280: 0 – 2399
( Integer)
A zoom and a focus are adjusted to the absolute value at the same time.
<zoom>:
SNC-CH140/220/240/260/280: Value is ignored.
SNC-CH180, SNC-DH140/140T/180//220/220T240/240T/260/280: 0 – 1599
( Integer)
FzAbsoluteZF
"<zoom>,<focus>"
-
focuszoom.cgi
1.00
<focus>:
SNC-CH140/220/240/260/280: 0 – 899 ( Integer)
SNC-CH180, SNC-DH140/140T/180/220/220T/240/240T/260/280: 0 – 2399
( Integer)
Relativity moves a zoom. A focus doesn't follow it.
<zoom>: -1599 - 1599 ( Integer)
FzRelativeZoom
FzRelativeFocus
"<zoom>"
-
-
-
focuszoom.cgi
focuszoom.cgi
1.00
1.00
Relativity is moved through the focus.
<focus>:
"<focus>"
SNC-CH140/220/240/260/280: -899 – 899 ( Integer)
SNC-CH180, SNC-DH140/140T/180/220/220T/240/240T/260/280: -2399 –
2399 ( Integer)
A zoom and a focus are adjusted to the relative value at the same time.
<zoom>:-1599~1599 ( Integer)
FzRelativeZF
"<zoom>,<focus>"
focuszoom.cgi
-
1.00
1.00
FzZoomMovementRange
"<wide end>,<tele end>" focuszoom
The range of a zoom is returned. ”0”,”1599”
The range of the focus is returned.
FzFocusMovementRange
"<far end>,<near end>"
focuszoom
-
1.00
SNC-CH140/220/240/260/280:"0","899"
SNC-CH180, SNC-DH140/140T/180/220/220T/240/240T/260/280:"0","2399"
The command which can't be used in each model is shown in the following table.
49
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Model name
Unsupported command (Focus/Zoom)
FzAbsoluteZoom, FzMove, FzRelativeZF, FzRelativeZoom, FzZoomMovementRange
FzAbsoluteZoom, FzMove, FzRelativeZF, FzRelativeZoom, FzZoomMovementRange
FzAbsoluteZoom, FzMove, FzRelativeZF, FzRelativeZoom, FzZoomMovementRange
FzAbsoluteZoom, FzMove, FzRelativeZF, FzRelativeZoom, FzZoomMovementRange
SNC-CH120
SNC-CH140
SNC-CH220
SNC-CH240
The Focus/Zoom CGI commands cannot be used with the following models.
♦ SNC-CH110/210
♦ SNC-DH110/110T/210/210T
♦ SNC-RH124/164
♦ SNC-RS44/46/84/86
♦ SNT-EP104/154
♦ SNT-EX101/101E/104/154
11.6 Camera
Parameter
Value
InqParm
camera
camera
camera
camera
camera
SetCGI
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
Ver
1.00
1.00
1.00
1.00
1.00
Note
AudioIn
"on"/"off"
Enable or disable the audio input.
AudioInVolume
AudioOut
"-10"to"10"
"on"/"off"
Change the volume of the audio input.
Enable or disable the audio output.
Change the volume of the audio output.
Select the audio input path.
AudioOutVolume
MicLineSelect
"-10"to"10"
"mic" / "line"
"g711_64"/"g726_40"/"g726_32"/"g
726_24"/"g726_16"
"on"/"off"
Select the audio codec for audio input (encoder).
AudInCodec
camera
camera.cgi
1.00
EchoSuppressor
camera
camera
camera.cgi
camera.cgi
1.00
1.00
Enable or disable the echo suppressor function.
Enable or disable the audio noise reduction.
AudioNoiseReduction
"on"/"off"
50
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
DynamicRangeCompressor
"on"/"off"
camera
camera
camera.cgi
camera.cgi
1.10
1.00
A dynamic range compression function is set up.
Select the video codec. When two are set up at the same time, the first
Codec is set up in ImageCodec1, and the second is set up in
ImageCodec2.
"jpeg"/"mpeg4"/"h264"
"mpeg4-jpeg"/"jpeg-mpeg4"
"h264-jpeg"/"jpeg-h264"
ImageCodec
Select the video codec.
ImageCodec<codec>
AlmBufCodec
"jpeg"/"mpeg4"/"h264"/"off"
"jpeg"/"mpeg4"/"h264"
camera
camera
camera.cgi
-
1.00
1.00
ImageCodec1 does not support "off".
Image size of MPEG-4 streaming.
<horizontal pixel>: Refer to the note of the bottom for the image size
which can be set up.
M4ImageSize
"<horizontal pixel>,<mode>"
camera
camera.cgi
1.00
<mode>: "0"-"2" (This value is ignored.)
Image size of Motion JPEG streaming. Refer to the note of the bottom
for the image size which can be set up.
JpImageSize
ImageSize<codec>
AreaSet
"<horizontal pixel>"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.00
Image size of Streaming. Refer to the note of the bottom for the image
size which can be set up.
"<horizontal pixel>,<vertical pixel>"
"<upper left X>,<upper left
Y>,<lower right X>,<lower right Y>"
"on"/"off"
The range of Cropping is set up. Refer to Appendix.
AreaSelect
camera
camera
camera
camera
camera
camera
camera
camera
camera.cgi
-
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
AreaSelect is made effective.
M4AreaSelect
JpAreaSelect
Multicast
"on"/"off"
This parameter does not effect into this camera.
To turn the cropping on JPEG on or off.
"on"/"off"
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
"on"/"off"
Turn multicast streaming on or off.
McAddress
"<ip addr>"
Set multicast address.
McVideoPort
McVideoPort<codec>
McAudioPort
"1024"to"65534"
"1024"to"65534"
"1024"to"65534"
Set the port number to use with multicast streaming of ImageCodec1.
Set the port number to use with multicast streaming.
Set the port number from which Audio sends in multicast streaming.
51
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
McTtl
"1"to"255"
camera
camera
camera.cgi
camera.cgi
1.00
1.00
Set TTL value on the multicast packet.
Set the port number from which MPEG-4 or H.264 sends in unicast
streaming.
UcVideoPort
"1024"to"65534"
Set the port number from which Image codec sends in unicast
streaming.
UcVideoPort<codec>
"1024"to"65534"
camera
camera.cgi
1.00
UcAudioPort
"1024"to"65534"
"<ip addr>"
camera
camera
camera.cgi
camera.cgi
1.00
1.26
Set the port number from which Audio sends in unicast streaming.
Set multicast address of RTSP.
RTSPMcAddress
Set the port number from which Image codec sends in multicast
streaming of RTSP.
RTSPMcVideoPort<codec>
RTSPMcAudioPort
"1024"to"65534"
"1024"to"65534"
"1024"to"65534"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.26
1.26
1.26
Set the port number from which Audio sends in multicast streaming of
RTSP. SNT-EX154 can be used only with CH1.
Set the port number from which Image codec sends in unicast streaming
of RTSP.
RTSPUcVideoPort<codec>
Set the port number from which Audio sends in unicast streaming of
RTSP. SNT-EX154 can be used only with CH1.
RTSPUcAudioPort
"1024"to"65534"
"on"/"off"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.26
1.26
1.26
McVideoAutomode<codec>
McAudioAutomode
Set the automatic multicast streaming of the video. Default value is off.
Set the automatic multicast streaming of the Audio. Default value is
invalid. SNT-EX154 can be used only with CH1.
"on"/"off"
It uses by the RTSP transmission. A port number is set up. Default is
554. A RTSP server restarts when a setup is changed.
It uses by the RTSP transmission. This value is used for RTSP session
Keep Alive. Default is 0. When set to 0, RTSP session will not be
disconnected even if it does not receive the Keep Alive commands.
The matter whether JPEG over RTP and RTP Extension Header are
developed is set up. Initial value is "off". When this command is taken, a
RTSPPort
"554/"1024"to"65535"
"0" to "600"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.00
1.04
1.00
RTSPTimeout
RTPMJPEGExtnHeader
"on"/"off"
52
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
M4FrameRate
camera restarts a RTSP server.
Set frame rate of MPEG-4 Frame Rate (fps)
0(fastest), 1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25, 30
Setting Command and Inquiry Command are invalid when "mpeg4" isn't
specified in ImageCodec.
"<framerate>"
"64" to "2048"
"1"to"5"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.00
Set bitrates (kbps) of MPEG-4. (from 64 to 2048)
Setting Command and Inquiry Command are invalid when "mpeg4" isn't
specified in ImageCodec.
M4BitRate
Set I-Frame interval in second.
0: I-Frame interval is specified by the M4IFrameRatio parameter.
Setting Command and Inquiry Command are invalid when "mpeg4" isn't
specified in ImageCodec.
M4IFrameInterval
Enable or disable the adaptive rate control for MPEG-4.
Setting Command and Inquiry Command are invalid when "mpeg4" isn't
specified in ImageCodec.
M4AutoRateCtrl
M4InsertIFrame
"on"/"off"
"on"
camera
camera.cgi
camera.cgi
1.00
1.00
This parameter does not effect into this camera.
Setting Command are invalid when "mpeg4" isn't specified in
ImageCodec.
-
Set frame rate of JPEG (fps)
0(fastest), 1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25, 30
Setting Command and Inquiry Command are invalid when "jpeg" isn't
specified in ImageCodec.
JpFrameRate
"<framerate>"
camera
camera
camera.cgi
camera.cgi
1.00
1.00
"1" is lowest quality and "10" is highest quality.
"0" activates "JpTargetRatio"
JpQuality
"0"to"10"
Setting Command and Inquiry Command are invalid when "jpeg" isn't
specified in ImageCodec.
53
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Compression ratio is set with 1/"n".
JpTargetRatio
"5"to"60"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.12
1.00
Setting Command invalid when "jpeg" isn't specified in ImageCodec.
Band limitation for JPEG streaming.
JpBandwidth
"0.0"/"0.5"to"15.0"
Setting Command and Inquiry Command are invalid when "jpeg" isn't
specified in ImageCodec.
"1"/"2"/"3"/"4"/"5"/"6"/"8"/"10"/"12"/
"15"/"16"/"20"/"25"/"30"
The frame rate which can be set up by the model is different. Refer to
Appendix.
FrameRate<codec>
BitRate<codec>
"64"/"128"/"256"/"384"/"512"/
"768"/"1024"/"1536"/"2048"/"3072"/ camera
"4096"/"5120"/"6144"/"7168"/"8192"
IFrameInterval<codec>
IFrameRatio<codec>
AutoRateCtrl<codec>
InsertIFrame<codec>
Quality<codec>
"0"to"5"
camera
camera
camera
-
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
-
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
"1"to"150"
"on"/"off"
This setup is effective when the value of IFrameInterval<codec> is "0".
"on"
"0"to"10"
camera
camera
camera
camera
TargetRatio<codec>
BandWidth<codec>
ImageMaxSize
"5"to"60"
"0.0"to"15.0"
<Horizontal>,<Vertical>
Limitation of the bandwidth of streaming.
Refer to Appendix.
Maximum image size or Aspect ratio is changed. When this value is
changed, a camera restarts, and some of the setups are returned for a
setup of factory default. Refer to Appendix.
VidCapSize
"<Horizontal>,<Vertical>"
camera
camera.cgi
1.00
JpMode
M4Mode
"00000000" to "FFFFFFFF"
"00000000" to "FFFFFFFF"
camera
camera
-
-
1.00
1.00
RtpExpire
"1000"to"86400000"
camera
camera.cgi
1.00
54
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Color
"color"/"black"
"full"/"optical"
"auto"/"manual"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.00
Select color video or monochrome video.
Zoom range configuration.
ZoomMode
FocusMode
full: optical and digital zoom area
optical: optical zoom area only
Focus function configuration.
A setup and inquiry can be done in SNC-RH124/164. This command
changes NTSC/PAL of the analog output. When this setup is changed, a
shutter speed and a frame rate sometimes change.
Only inquiry is possible in the model except for SNC-RH124/164.
Enable or disable of Line lock function.
Phase of Line lock function.
VideoStd
"ntsc"/"pal"
camera
camera.cgi
1.00
LineLock
"on"/"off"
camera
camera
camera.cgi
camera.cgi
1.00
1.00
LineLockVPhase
"0" to "XXX"
NTSC: 0 - 524
PAL: 0 - 624
"auto"/"indoor"/"outdoor"/"atw"/"atw
pro"/"fluorescent"/"mercurylamp"/"s
odiumlamp"/"metalhalide"/"whiteled
"/"onepushwb"/"manual"
Select white balance mode. Refer to Appendix.
WBMode
camera
camera.cgi
camera.cgi
1.00
1.00
This parameter affects the camera when WBMode is set to
"onepushwb".
OnePushTrg
"trgon"
-
RGain
"00" to "FF"
camera
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.00
1.00
This parameter affects the camera when WBMode is set to "manual".
This command affects the camera when WBMode is set to "manual".
This parameter affects the camera when WBMode is set to "manual".
This command affects the camera when WBMode is set to "manual".
BGain
"00" to "FF"
HighResoRGain
HighResoBGain
"000" to "fff"
"000" to "fff"
SNC-RH124/164,
SNC-RS44/46/84/86:
ExpMode
camera
camera.cgi
1.00
55
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
"full"/"shutter"/"iris"/"manual"
SNC-CH140/180/220/240260/280
SNC-DH140/140T/180/220/220T/2
40/240T/260/280:
"autoirislens"/"manualirislens"
"on"/"off"
BLComp
camera
camera
camera.cgi
camera.cgi
1.00
1.00
It is the setup of the backlight compensation.
DynaView
"on"/"off"
The View-DR (Visibility enhanced wide Dynamic Range) function
becomes effective.
ViewDR
"on"/"off"
camera
camera.cgi
1.00
VisibilityEnhancer
XDNR
"high"/"mid"/"low"/"off"
"high"/"mid"/"low"/"off"
"on"/"off"
camera
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.12
1.00
VideoNoiseReduction
AutoShutter
The noise of the image is decreased.
"on"/"off"
Shutter speed is controlled automatically.
Set shutter speed. This is effective when ExpMode is shutter or manual.
The value which can be established varies according to the model. Refer
to Appendix.
Shutter
"0" to "21"
camera
camera.cgi
1.00
AutoSlowShutter
"on"/"off"
"0" to "6"
camera
camera
camera.cgi
camera.cgi
1.00
1.00
Turn on or off auto slow shutter.
AutoSlowShutterMinSpeed
Refer to Appendix.
The upper limit of the shutter speed is set up. The value which can be
established is the same as Shutter.
AutoShutterMaxSpeed
AutoShutterMinSpeed
"0" to "21"
"0" to "21"
camera
camera
camera.cgi
camera.cgi
1.30
1.30
The lower limit of the shutter speed is set up. The value which can be
established is the same as Shutter.
Iris
"0" to "17"
camera
-
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.00
Set Iris. This is effective when ExpMode is iris or manual.
The state of Iris is controlled.
Irismove
Agc
"open"/"close"/"stop"
"on"/"off"
camera
Gain is controlled automatically.
56
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
AgcMaxGain
"0" to "7","15"
"0" to "15"
"on"/"off"
camera
camera
camera
camera
-
1.00
1.00
1.00
1.00
It is fixed value by the model. Refer to Appendix.
Gain
camera.cgi
camera.cgi
camera.cgi
Adjust gain. This is effective when ExpMode is manual.
ExpCompMode
ExpComp
"0" to "14"
"1.0"/"2.2"
Adjust exposure.
Gamma
SNC-CH110/210,SNC-DH110/110T camera
/210/210T: "0" to "6"
camera.cgi
1.12
Brightness
Saturation
Sharpness
Contrast
"0" to "10"
"0" to "6"
"0" to "6"
"0" to "6"
camera
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.00
1.00
Adjust brightness.
Adjust saturation.
Adjust sharpness.
Adjust contrast.
This command select IRIS control mode. It is effective only when a
connected analog camera copes with it.
It is "1" when there is video signal input.
The drive of the image is refreshed.
The refresh function is set up.
An executive interval is set up.
IrisMode
"auto"/"manual"
camera
camera.cgi
1.00
VideoInStatus
"1"/"0"
camera
-
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
camera.cgi
1.10
1.2
1.2
1.2
1.2
1.2
1.3
VideoPTRefreshTrg
VideoPTRefresh
"on"
"on"/"off"
camera
camera
camera
camera
camera
VideoPTRefreshInterval
VideoPTRefreshPeriod
VideoPTRefreshSchedule
AspectRatioConversion
EffectiveArea<n>
<hhmmss>
"always"/"schedule"
<schedule>
An executive schedule is set up.
"squeeze/"letterbox"
<upper left X>,<upper left
Y>,<lower right X>,<lower right Y>
It is the way that an aspect ratio conversions.
It is the coordinate of the effective area of the image. An origin is the
upper left.
camera
-
1.3
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported command (Camera)
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume,
57
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
AutoShutterMaxSpeed, AutoShutterMinSpeed, Color, DynaView, DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpCompMode,
ExpMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect,
RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod,
VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
SNC-CH120
AlmBufCodec, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView, DynamicRangeCompressor,
EchoSuppressor, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort,
MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval,
VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
BLComp, DynaView, ExpCompMode, FocusMode, Gain, Gamma, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ZoomMode
AlmBufCodec, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView, DynamicRangeCompressor,
EchoSuppressor, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort,
MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval,
VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
BLComp, DynaView, ExpCompMode, FocusMode, Gain, Gamma, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ZoomMode
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume,
AutoShutterMaxSpeed, AutoShutterMinSpeed, Color, DynaView, DynamicRangeCompressor, EchoSuppressor, ExpCompMode, EffectiveArea<n>,
ExpMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect,
RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod,
VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
SNC-CH140
SNC-CH160
SNC-CH180
SNC-CH210
SNC-CH220
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView,
DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock,
LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer,
XDNR, ZoomMode
58
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-CH240
BLComp, DynaView, ExpCompMode, FocusMode, Gain, Gamma, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ZoomMode
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView,
DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock,
LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer,
XDNR, ZoomMode
SNC-CH260
SNC-CH280
BLComp, DynaView, ExpCompMode, FocusMode, Gain, Gamma, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ZoomMode,
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume,
AutoShutterMaxSpeed, AutoShutterMinSpeed, Color, DynaView, DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpCompMode,
ExpMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect,
RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod,
VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
SNC-DH110/110T
SNC-DH120
AlmBufCodec, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView, DynamicRangeCompressor,
EchoSuppressor, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort,
MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval,
VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
AlmBufCodec, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView, DynamicRangeCompressor,
EchoSuppressor, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort,
MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval,
VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
BLComp, DynaView, ExpCompMode, FocusMode, Gain, Gamma, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ZoomMode
AlmBufCodec, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView, DynamicRangeCompressor,
EchoSuppressor, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort,
SNC-DH120T
SNC-DH140/140T
SNC-DH160
59
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval,
VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
BLComp, DynaView, ExpCompMode, FocusMode, Gain, Gamma, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ZoomMode
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume,
AutoShutterMaxSpeed, AutoShutterMinSpeed, Color, DynaView, DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpCompMode,
ExpMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect,
RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus, VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod,
VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer, XDNR, ZoomMode
SNC-DH180
SNC-DH210/210T
SNC-DH220
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView,
DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock,
LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer,
XDNR, ZoomMode
SNC-DH220T
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView,
DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock,
LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer,
XDNR, ZoomMode
SNC-DH240/240T
SNC-DH260
BLComp, DynaView, ExpCompMode, FocusMode, Gain, Gamma, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ZoomMode
AlmBufCodec, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume, DynaView,
DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpCompMode, FocusMode, Gain, Iris, IrisMode, Irismove, LineLock,
LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect, RTSPMcAudioPort, RTSPUcAudioPort, UcAudioPort, VideoInStatus,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, VisibilityEnhancer,
XDNR, ZoomMode
60
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH280
BLComp, DynaView, ExpCompMode, FocusMode, Gain, Gamma, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ZoomMode,
Agc, AutoShutter, AutoShutterMaxSpeed, AutoShutterMinSpeed, DynaView, Gamma, HighResoBGain, HighResoRGain, IrisMode, Irismove,
LineLock, LineLockVPhase, VidCapSize, VideoNoiseReduction, ViewDR
SNC-RH124/164
SNC-RS44/46/84/86
SNT-EP104
Agc, AreaSet, AspectRatioConversion, AutoShutter, AutoShutterMaxSpeed, AutoShutterMinSpeed, EffectiveArea<n>, Gamma, HighResoBGain,
HighResoRGain, IrisMode, Irismove, VidCapSize, VideoNoiseReduction, ViewDR
Agc, AgcMaxGain, AreaSet, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume,
AutoShutter, AutoShutterMaxSpeed, AutoShutterMinSpeed, AutoSlowShutter, AutoSlowShutterMinSpeed, BGain, BLComp, Color, DynaView,
DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpComp, ExpCompMode, ExpMode, FocusMode, Gain, Gamma, HighResoBGain,
HighResoRGain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect, OnePushTrg, RGain,
RTSPMcAudioPort, RTSPUcAudioPort, Shutter, UcAudioPort, VidCapSize, VideoNoiseReduction, VideoPTRefresh, VideoPTRefreshInterval,
VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, WBMode, ZoomMode
SNT-EP154
Agc, AgcMaxGain, AreaSet, AspectRatioConversion, AudInCodec, AudioIn, AudioInVolume, AudioNoiseReduction, AudioOut, AudioOutVolume,
AutoShutter, AutoShutterMaxSpeed, AutoShutterMinSpeed, AutoSlowShutter, AutoSlowShutterMinSpeed, BGain, BLComp, Color, DynaView,
DynamicRangeCompressor, EchoSuppressor, EffectiveArea<n>, ExpComp, ExpCompMode, ExpMode, FocusMode, Gain, Gamma, HighResoBGain,
HighResoRGain, Iris, IrisMode, Irismove, LineLock, LineLockVPhase, McAudioAutomode, McAudioPort, MicLineSelect, OnePushTrg, RGain,
RTSPMcAudioPort, RTSPUcAudioPort, Shutter, UcAudioPort, VidCapSize, VideoNoiseReduction, VideoPTRefresh, VideoPTRefreshInterval,
VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, WBMode, ZoomMode
SNT-EX101/101E
SNT-EX104
Agc, AgcMaxGain, AreaSet, AspectRatioConversion, AutoShutter, AutoShutterMaxSpeed, AutoShutterMinSpeed, AutoSlowShutter,
AutoSlowShutterMinSpeed, BGain, BLComp, Color, DynaView, EffectiveArea<n>, ExpComp, ExpCompMode, ExpMode, Gain, Gamma,
HighResoBGain, HighResoRGain, Iris, LineLock, LineLockVPhase, OnePushTrg, RGain, Shutter, VidCapSize, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, WBMode, ZoomMode
Agc, AgcMaxGain, AreaSet, AspectRatioConversion, AutoShutter, AutoShutterMaxSpeed, AutoShutterMinSpeed, AutoSlowShutter,
AutoSlowShutterMinSpeed, BGain, BLComp, Color, DynaView, EffectiveArea<n>, ExpComp, ExpCompMode, ExpMode, Gain, Gamma,
HighResoBGain, HighResoRGain, Iris, LineLock, LineLockVPhase, OnePushTrg, RGain, Shutter, VidCapSize, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, WBMode, ZoomMode
61
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNT-EX154
Agc, AgcMaxGain, AreaSet, AspectRatioConversion, AutoShutter, AutoShutterMaxSpeed, AutoShutterMinSpeed, AutoSlowShutter,
AutoSlowShutterMinSpeed, BGain, BLComp, Color, DynaView, EffectiveArea<n>, ExpComp, ExpCompMode, ExpMode, Gain, Gamma,
HighResoBGain, HighResoRGain, Iris, LineLock, LineLockVPhase, OnePushTrg, RGain, Shutter, VidCapSize, VideoNoiseReduction,
VideoPTRefresh, VideoPTRefreshInterval, VideoPTRefreshPeriod, VideoPTRefreshSchedule, VideoPTRefreshTrg, ViewDR, WBMode, ZoomMode
11.7 Privacy mask
Parameter
Value
InqParm
SetCGI
Ver
Note
Set: Turn each index for masking area on or off. The number listed in the query
will be turned on. The number missing in the query will be turned off.
Inq: Return the index of masking area that is activated. The number of privacy
masks which can be set up is different in every model. Refer to Appendix.
Width:"0"to"720"
PrivacyDisplay
"<no.>,<no.>,..."
fcb
camera.cgi 1.00
camera.cgi 1.00
"<no.>,<upper left X>,<upper left Y>,
<width>,<height>"
PrivacyMaskPosition
fcb
Height:"0"to"480"(NTSC)/"0"to"576"(PAL)
SNC-RH124/164
Width:"0"to"160"
Height:"0"to"90"
PrivacySetMask
"<no.>,<width>,<height>"
-
camera.cgi 1.00
SNC-RS44/46/84/86
Width:"0"to"90"
Height:"0"to"60"(NTSC)/Height:"0"to"72"(PAL)
Set the color of the privacy mask.
<Color> : black", "gray1", "gray2", "gray3", "gray4", "gray5","gray6",
"white", "red", "green", "blue", "cyan", "yellow", "magenta"
<Attrib> : "opaque"
PrivacyMaskColor
"<Color>,<Attrib>"
fcb
camera.cgi 1.00
PrivacyPTZ<no.>
PrivacyMonitor
"<pan pos>,<tilt pos>,<zoom pos>"
"<no.>,<no.>,..."
fcb
fcb
-
-
1.00
1.00
Return the number of the masking area that is displayed on the screen.
62
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
PrivacyDispEach
"<no.>","on"/"off"
-
camera.cgi 1.00
1.00
Change on/off for each masking area.
PrivacyMaxNum
<PrivacyMaxNum>
fcb
-
It is the number of masks which can be set up.
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH120
Unsupported command (Privacy mask)
PrivacyPTZ<no.>, PrivacySetMask
SNC-CH140
PrivacyDispEach, PrivacyPTZ<no.>, PrivacySetMask
PrivacyPTZ<no.>, PrivacySetMask
SNC-CH160
SNC-CH180
PrivacyDispEach, PrivacyPTZ<no.>, PrivacySetMask
PrivacyMaskColor, PrivacyPTZ<no.>, PrivacySetMask
PrivacyDispEach, PrivacyPTZ<no.>, PrivacySetMask
PrivacyPTZ<no.>, PrivacySetMask
SNC-CH220
SNC-CH240
SNC-CH260
SNC-CH280
PrivacyDispEach, PrivacyPTZ<no.>, PrivacySetMask
PrivacyPTZ<no.>, PrivacySetMask
SNC-DH120
SNC-DH120T
SNC-DH140/140T
SNC-DH160
PrivacyPTZ<no.>, PrivacySetMask
PrivacyDispEach, PrivacyPTZ<no.>, PrivacySetMask
PrivacyPTZ<no.>, PrivacySetMask
SNC-DH180
PrivacyDispEach, PrivacyPTZ<no.>, PrivacySetMask
PrivacyPTZ<no.>, PrivacySetMask
SNC-DH220
SNC-DH220T
SNC-DH240/240T
SNC-DH260
PrivacyPTZ<no.>, PrivacySetMask
PrivacyDispEach, PrivacyPTZ<no.>, PrivacySetMask
PrivacyPTZ<no.>, PrivacySetMask
SNC-DH280
PrivacyDispEach, PrivacyPTZ<no.>, PrivacySetMask
PrivacyMaskPosition
SNC-RH124/164
SNC-RS44/46/84/86
SNT-EP104
PrivacyMaskPosition
PrivacyPTZ<no.>, PrivacySetMask
63
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNT-EP154
PrivacyPTZ<no.>, PrivacySetMask
PrivacyPTZ<no.> , PrivacySetMask
PrivacyPTZ<no.>, PrivacySetMask
PrivacyPTZ<no.>, PrivacySetMask
SNT-EX101/101E
SNT-EX104
SNT-EX154
The Privacy mask CGI commands cannot be used with the following models.
♦ SNC-CH110/210
♦ SNC-DH110/110T/210/210T
11.8 Sense up
Parameter
Value
"auto"/"manual"/"timer"/"se
nsor"
InqParm
camera
camera
camera
SetCGI
camera.cgi
camera.cgi
camera.cgi
Ver
1.00
1.00
1.00
Note
Select Day/Night mode. SNC-CH210 can set up only "auto"/" manual".
DayNightMode
DnLevel
DnTime
"high"/"low"
The value which Day/Night is changed to is set up.
The time until it is changed after they become condition of switching of Day/Night is
specified.
"2"/"30"
DnSchedule
DnSensor<AI>
DayNight
<schedule>
"on"/"off"
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
1.00
1.00
1.00
Night mode time is set up when DayNightMode is "timer".
Set to "on" when DayNightMode is set to "sensor".
Setup the schedule for Day/Night function. SNC-CH210 is always "off".
The trigger.cgi can change Day/Night mode when this DnManualFund parameter is
"on" and DayNightMode parameter is not "auto".
"on"/"off"
DnManualFunc
"on"/"off"
camera
camera.cgi
1.00
DnStatus
"on"/"off"
"on"/"off"
camera
camera
-
1.00
1.00
Return the Day mode or Night mode.
DnSyncEasyFocus
camera.cgi
EasyFocus is executing out automatically at the time of switching of Day/Night.
When this is set up in "daynight", an IR irradiation function becomes on at the
"Night" time.
IRLed
"daynight"/“off"
camera
camera.cgi
1.00
64
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
IRLedMaxStrength
"1"to"6"
camera
camera
camera
camera
camera.cgi
camera.cgi
camera.cgi
camera.cgi
1.00
1.10
1.10
1.10
This sets up the strength of the IR irradiation.
NIRComp
"on"/"off"
"on"/"off"
"on"/"off"
Near-IR compensation. A corresponding model is SNC-RS46/86.
ViewDR is turned off when the condition of DayNight becomes a Night.
It is restrained when an object is indicated white by the IR irradiation function.
ViewDROffInNight
WashedOutImageControl
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported command (Sense up)
DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength, NIRComp,
ViewDROffInNight, WashedOutImageControl
SNC-CH120
SNC-CH140
SNC-CH160
SNC-CH180
SNC-CH210
IRLed, IRLedMaxStrength, NIRComp, ViewDROffInNight, WashedOutImageControl
IRLed, IRLedMaxStrength, NIRComp, WashedOutImageControl
NIRComp, ViewDROffInNight
NIRComp, WashedOutImageControl
DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength, NIRComp,
ViewDROffInNight, WashedOutImageControl
SNC-CH220
SNC-CH240
SNC-CH260
SNC-CH280
SNC-DH110/110T
IRLed, IRLedMaxStrength, NIRComp, ViewDROffInNight, WashedOutImageControl
IRLed, IRLedMaxStrength, NIRComp, WashedOutImageControl
NIRComp, ViewDROffInNight
NIRComp, WashedOutImageControl
DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength, NIRComp,
ViewDROffInNight, WashedOutImageControl
SNC-DH120
DnSensor<AI>, IRLed, IRLedMaxStrength, NIRComp, ViewDROffInNight, WashedOutImageControl
IRLed, IRLedMaxStrength, NIRComp, ViewDROffInNight, WashedOutImageControl
IRLed, IRLedMaxStrength, NIRComp, WashedOutImageControl
NIRComp, ViewDROffInNight
SNC-DH120T
SNC-DH140/140T
SNC-DH160
SNC-DH180
NIRComp, WashedOutImageControl
65
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH210/210T
DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength, NIRComp,
ViewDROffInNight, WashedOutImageControl
SNC-DH220
DnSensor<AI>, IRLed, IRLedMaxStrength, NIRComp, ViewDROffInNight, WashedOutImageControl
IRLed, IRLedMaxStrength, NIRComp, ViewDROffInNight, WashedOutImageControl
IRLed, IRLedMaxStrength, NIRComp, WashedOutImageControl
SNC-DH220T
SNC-DH240/240T
SNC-DH260
NIRComp, ViewDROffInNight
SNC-DH280
NIRComp, WashedOutImageControl
SNC-RH124/164
DnLevel, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength, NIRComp, ViewDROffInNight, WashedOutImageControl
SNC-RS44/46/84/86
SNT-EP104
DnLevel, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength, NIRComp, ViewDROffInNight, WashedOutImageControl
DayNight, DayNightMode, DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength,
NIRComp, ViewDROffInNight, WashedOutImageControl
SNT-EP154
DayNight, DayNightMode, DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength,
NIRComp, ViewDROffInNight, WashedOutImageControl
SNT-EX101/101E
SNT-EX104
DayNight, DayNightMode, DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength,
NIRComp, ViewDROffInNight, WashedOutImageControl
DayNight, DayNightMode, DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength,
NIRComp, ViewDROffInNight, WashedOutImageControl
SNT-EX154
DayNight, DayNightMode, DnLevel, DnManualFunc, DnSchedule, DnSensor<AI>, DnStatus, DnSyncEasyFocus, DnTime, IRLed, IRLedMaxStrength,
NIRComp, ViewDROffInNight, WashedOutImageControl
66
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.9 Serial
Parameter
Value
SNC-RH124/164, SNC-RS44/46/84/86:
"tcpip"/"visca"/"pelco-d"
SNT-EX101/101E/104/154:
"normal"/"tcpip"
InqParm
SetCGI
Ver
Note
1.00
SerType
serial
serial.cgi
SerTcpPort
SerBaudRate
SerCharLen
SerParityBit
SerStopBit
"1024"to"65535"
serial
serial
serial
serial
serial
serial.cgi
serial.cgi
serial.cgi
serial.cgi
serial.cgi
1.00
1.00
1.00
1.00
1.00
1.00
"2"to"7"
2:1200, 3: 2400, 4:4800, 5:9600, 6:19200, 7:38400 (bps)
"7"/"8"
"none"/"odd"/"even"
"1"/"2"
SNC-RH124/164, SNC-RS44/46/84/86:
"rs232c"/"rs485"/"rs422"/"rs485fd"
SNT-EX101/101E: "rs485"/"rs422"
SN-EX104/154: "rs485"
"pelco-d"/"ad"/"pelco-p"/"bosch"/
"vicon"/"panasonic"/"ge"/"visca"
"on"/"off"
SerStandard
serial
serial.cgi
1.2
SerProtocol
serial
serial.cgi
SerTermination
SerDstCamId
SerSrcCamId
serial
serial
serial
serial.cgi
serial.cgi
serial.cgi
1.00
1.00
1.00
"1"to"256"
"1"to"256"
The command which can't be used in each model is shown in the following table.
Model name
SNC-RH124/164
SNC-RS44/46/84/86
SNT-EX101/101E
Unsupported command (Serial)
SerDstCamId, SerProtocol
SerDstCamId, SerProtocol
SerSrcCamId, SerTermination
67
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNT-EX104
SerSrcCamId, SerTermination
SerSrcCamId, SerTermination
SNT-EX154
The Serial CGI commands cannot be used with the following models.
♦ SNC-CH110/120/140/160/180/210/220/240/260/280
♦ SNC-DH110/110T/120/120T/140/140T/160/180/210/210T/220/220T/240/240T/260/280
♦ SNT-EP104/154
11.10 Network
Parameter
Value
InqParm
network
network
network
network
network
network
network
SetCGI
network.cgi
network.cgi
network.cgi
-
Ver
1.00
Note
PhySpeed
"10"/"100"
"full"/"half"
"on"/"off"
It is the communication speed of Ethernet.
It is the communication form of Ethernet.
Auto negotiation becomes effective when this is on.
A state of communication of Ethernet is acquired.
PhyDuplex
PhyAutonego
PhyStat
1.00
1.00
1.00
1.00
1.00
1.00
"100full"/"100half"/"10full"/"10half"
"MDI"/"MDI-x"/"AutoMDI"
"MDI"/"MDI-x"
PhyMdi
network.cgi
-
PhyMdiStat
Dhcp
"on"/"off"
network.cgi
An IP address is acquired from the DHCP server.
An IP address of domain name server is acquired from the DHCP
server.
DnsAuto
"on"/"off"
network
network.cgi
1.00
Ip
"<ip addr>"
"<ip addr>"
"<ip addr>"
"<mac addr>"
"<ip addr>"
"<ip addr>"
"<host name>"
network
network
network
network
network
network
network
network.cgi
network.cgi
network.cgi
-
1.00
1.00
1.00
1.00
1.00
1.00
1.00
Set IP address.
Subnetmask
Gateway
Set sub net mask.
Set default gateway.
MacAddress
PrimaryDns
SecondaryDns
HostName
Return the MAC address.
network.cgi
network.cgi
network.cgi
Set primary domain name server.
Set secondary domain name server.
Set host name.
68
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
DomainSuffix
"<domain suffix>"
"80"/"1024"to"65535"
"1000" to"1500"
"on"/"off"
network
network
network
network
network
network
network
network
network
network
network
network
network.cgi
network.cgi
network.cgi
network.cgi
network.cgi
network.cgi
network.cgi
network.cgi
network.cgi
network.cgi
network.cgi
network.cgi
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
Set domain suffix.
Set http port.
HttpPort
Mtu
Ipv6Flg
It makes IPv6 effective.
AutoIpv6
Dnsv6Auto
Ipv6
"on"/"off"
"on"/"off"
"<ip addr>" (char [40])
"0"to"128"
Prefix
Gatewayv6
PrimaryDnsv6
SecondaryDnsv6
Ipv6Mtu
"<ip addr>" (char[40])
"<ip addr>" (char[40])
"<ip addr>" (char[40])
"1280" to"1500"
A Brute Force Attack function is set up.
BruteForceAttack
"0" or "30" to "86400"
network
network.cgi
1.10
0: Disable
30 - 86400: Reject period (sec)
An Arpping function is set up. A setup becomes effective after the
restart.
ArppingFunc
"on"/"off"
network
network.cgi
1.2
The command which can't be used in each model is shown in the following table.
Model name
SNT-EP104
Unsupported command (Network)
PhyMdiStat
PhyMdiStat
PhyMdiStat
PhyMdiStat
SNT-EP154
SNT-EX104
SNT-EX154
CH2/3/4 of SNT-EX104/154 and SNT-EP104/154 doesn't support the following CGI commands.
♦ PhySpeed, PhyDuplex, PhyAutonego, PhyMdi
69
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.11 Wireless network
Parameter
Value
InqParm
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
SetCGI
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
-
Ver
1.00
Note
WirelessFunc
WlsDhcp
"on" / "off"
"on" / "off"
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
WlsDnsAuto
WlsIp
"on" / "off"
"<ip addr>"
"<ip addr>"
"<ip addr>"
"<mac addr>"
"<ip addr>"
"<ip addr>"
"1000" to"1500"
"on" / "off"
WlsSubnetmask
WlsGateway
WlsMacAddress
WlsPrimaryDns
WlsSecondaryDns
WlsMtu
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
WlsIpv6Flg
WlsAutoIpv6
WlsDnsv6Auto
WlsIpv6
"on" / "off"
"on" / "off"
"<ip addr>" (char [40])
"0"to"128"
WlsPrefix
WlsGatewayv6
WlsPrimaryDnsv6
WlsSecondaryDnsv6
WlsIpv6Mtu
"<ip addr>" (char [40])
"<ip addr>"
"<ip addr>"
"1280" to"1500"
WlsSsid
"<text>"
WlsNetworkType
WlsAuthMode
"adhoc"/"infrastructure"
"none"/"fixedwep"/"dynamicwep"/
70
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
"wpaeaptkip"/"wpa2eapaes"/
"wpapsktkip"/"wpa2pskaes"/"wps"
"<number>"
WlsWpsPinnumber
WlsWpsExec
wireless
-
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
-
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
"on"
WlsPassphrase
WlsChannel
"<text>"
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
wireless
8 to 63 characters.
"1" to "14"
WlsEnableCh
WlsCardModel
WlsWepTransKey
WlsWepKey1
WlsWepKey2
WlsWepKey3
WlsWepKey4
WlsAntenna
"Channel 01" to "Channel 14"
"<text>"
-
"1" to "4"
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
wireless.cgi
"<wep key>"
"<wep key>"
"<wep key>"
"<wep key>"
"internal" / "external" / "diversity"
"<host name>"
"<domain suffix>"
WlsHostName
WlsDomainSuffix
The Wireless Network CGI commands can be used only when a wireless network card is attached to the CF slot of Network Camera.
The Wireless Network CGI commands can't be used because the following model isn't provided with the CF slot.
♦ SNC-CH110/120/160/210/220/260
♦ SNC-DH110/110T/120/120T/140/140T/160/180/210/210T/220/220T/240/240T/260/280
♦ SNT-EP104/154
♦ SNT-EX101/101E/104/154
71
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.12 Filtering
Parameter
Value
InqParm
system
filter
SetCGI
system.cgi
filter.cgi
Ver
1.00
Note
FilterFuncGUI
"on/off"
V4FilterFunc
"on/off"
1.00
1.00
V4FilterDefaultRule
"allow/deny"
filter
filter.cgi
<no>,<ip addr>,<mask bits>,
<protocol>,<port>,<policy>,
<no>,<ip addr>,<maskbits>,
<protocol>,<port>,<policy>,...
<no>,<ip addr>,<mask bits>,
<protocol>,<port>,<policy>,
<no>,<ip addr>,<mask bits>,
<protocol>,<port>,<policy>,...
<no>,<no>,...
V4FilterRule
V4FilterRule
filter
-
1.00
1.00
-
filter.cgi
V4FilterRuleSequence
V6FilterFunc
filter
filter
filter
filter.cgi
filter.cgi
filter.cgi
1.00
1.00
1.00
"on/off"
V6FilterDefaultRule
"allow/deny"
<no>,<ipv6 addr>,<mask bits>,
<protocol>,<port>,<policy>,
<no>,<ipv6 addr>,<mask bits>,
<protocol>,<port>,<policy>,...
<no>,<ipv6 addr>,<mask bits>,
<protocol>,<port>,<policy>,
<no>,<ipv6 addr>,<mask bits>,
<protocol>,<port>,<policy>,...
<no>,<no>,...
V6FilterRule
V6FilterRule
filter
-
1.00
-
filter.cgi
filter.cgi
1.00
1.00
V6FilterRuleSequence
filter
72
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.13 QoS
Parameter
Value
InqParm
qos
SetCGI
qos.cgi
Ver
1.00
1.00
Note
V4MangleFunc
"on/off"
[0-63]
V4MangleDefaultValue
qos
qos.cgi
<no>,<ip addr>,<mask bits>,
<protocol>,<port>,<value>,
<no>,<name>,<ip addr>,<mask bits>,
<protocol>,<port>,<value>,...
<no>,<ip addr>,<mask bits>,
<protocol>,<port>,<value>,
<no>,<ip addr>,<mask bits>,
<protocol>,<port>,<value>,...
<no>,<no>,...
V4MangleRule
V4MangleRule
qos
-
1.00
1.00
-
qos.cgi
V4MangleRuleSequence
V6MangleFunc
qos
qos
qos
qos.cgi
qos.cgi
qos.cgi
1.00
1.00
1.00
"on/off"
V6MangleDefaultValue
[0-63]
<no>,<ipv6 addr>,<mask bits>,
<protocol>,<port>,<value>,
<no>,<ipv6 addr>,<mask bits>,
<protocol>,<port>,<value>,...
<no>,<ipv6 addr>,<mask bits>,
<protocol>,<port>,<value>,
<no>,<ipv6 addr>,<mask bits>,
<protocol>,<port>,<value>,...
<no>,<no>,...
V6MangleRule
qos
-
1.00
V6MangleRule
-
qos.cgi
qos.cgi
1.00
1.00
V6MangleRuleSequence
qos
73
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.14 Dynamic IP address notification
Parameter
SmtpIpNtfyService
SmIpv4Ntfy
Value
InqParm
ipnotify
SetCGI
ipnotify.cgi
Ver
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
Note
"on"/"off"
"on"/"off"
"on"/"off"
ipnotify
ipnotify
smtp
ipnotify.cgi
ipnotify.cgi
smtp.cgi
SmIpv6Ntfy
SmServerName
SmAuthenMode
SmAthPopServerName
SmAthUserName
SmAthPassword
SmtpIpNtfyRcptAddr
SmtpIpNtfyFromAddr
SmtpIpNtfySubject
SmtpIpNtfyMessage
HttpIpNtfyService
HttpIpv4Ntfy
"<server name>"
"none"/"smtp"/"pop"/"smtp-pop"
"<server name>"
"<text>"
Identical as the SMTP.
Identical as the SMTP.
Identical as the SMTP.
Identical as the SMTP.
Identical as the SMTP.
smtp
smtp.cgi
smtp
smtp.cgi
smtp
smtp.cgi
"<text>"
smtp
smtp.cgi
"<e-mail addr>"
"<e-mail addr>"
"<text>"
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
ipnotify.cgi
"<text>"
"on"/"off"
"on"/"off"
HttpIpv6Ntfy
"on"/"off"
HttpIpNtfyUrl
"<text>"
HttpIpNtfyProxy
HttpIpNtfyProxyPort
HttpIpNtfyMethod
HttpIpNtfyOptionField
"<server name>"
"1024"to"65535"
"get"/"post"
"<text>"
74
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.15 SSL / TLS
Parameter
Value
"Plain" / "SSL" / "Plain-SSL" /
"SSL-Plain"
InqParm
SetCGI
Ver
Note
SSLMode
network
network.cgi
1.00
"SSLv23" / "SSLv3" / "TLSv1" or
"TLSv10"
SSLProtocol
network
network
network.cgi
network.cgi
1.00
1.00
on : SSL session key is regularly changed.
SSLSessionKeyChange
"on" / "off"
off : SSL session key is not regularly changed.
It is possible to use this parameter, when "SSLSessionKeyChange" is
on. This parameter is for exchanging interval of SSL session key.
SSLKeyChangeInterval
HttpsPort
"60" - "3600"
network
network
network.cgi
network.cgi
1.00
1.00
443 or (1024 - 65535)
"auto" uses the self-signature certificate formed inside. And, "pki"
works by the self-signature certificate mode, too. When it is set up in
"pki", "auto" is returned to the setup information inquiry.
SSLCertMode
"pki"/"normal"/"auto"
network
network.cgi
1.00
set: <base64 encoded string>
inq : "**********"
SSLPrivPassword
SSLCertInstalled
network
network
network.cgi
-
1.00
1.00
0 to 50 characters.
0 : The certificate is preserved.
"0"/"1"
1 : The certificate is not preserved.
SSLCertIssuerDn
SSLCertSubjectDn
<issuer domain name string>
<subject domain name string>
network
network
network
network
network
network
network
-
-
-
-
-
-
-
1.00
1.00
1.00
1.00
1.00
1.00
1.00
SSLCertExtendedKeyUsage <extended key usage string>
SSLCertValidity
<YYYY-MM-DD>
"0"/"1"
SSLCertAvailability
SSLCACertInstalled
SSLCACert<n>IssuerDn
"0"/"1"
<issuer domain name string>
75
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SSLCACert<n>SubjectDn
<subject domain name string>
<extended key usage string>
network
network
-
-
1.00
1.00
SSLCACert<n>ExtendedKey
Usage
SSLCACert<n>Validity
SSLClientCert
<YYYY-MM-DD>
"on" / "off"
network
-
1.00
1.00
1.00
1.00
1.00
1.00
network
network.cgi
sslcert.cgi
sslcert.cgi
sslcacert<n>.cgi
ssldeletecert.cgi
no specification Server certificate
selfsignedcert
-
-
-
-
Generate
CA certificate file
sslcert
Delete
Delete
"cacert1" / "cacert2" / "cacert3" /
"cacert4"
-
ssldeletecert.cgi
1.00
11.16 802.1X
Parameter
Value
"on"/"off"
InqParm
SetCGI
Ver
1.00
1.00
Note
Dot1XWiredFunc
Dot1XIdentity
802Dot1X
802Dot1X
802dot1x.cgi
802dot1x.cgi
<Identity string>
set: <base64 encoded string>
inq : "**********"
Dot1XPassword
802Dot1X
802dot1x.cgi
1.00
Dot1XEapMethod
Dot1XTlsMode
"tls"/"peap"
802Dot1X
802Dot1X
802dot1x.cgi
802dot1x.cgi
1.00
1.00
"normal"
set: <base64 encoded string>
inq : "**********"
Dot1XPrivPassword
802Dot1X
802dot1x.cgi
1.00
CACertInstalled
"0"/"1"
802Dot1X
802Dot1X
-
-
1.00
1.00
CACert<n>IssuerDn
<issuer domain name string>
76
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
CACert<n>SubjectDn
<subject domain name string>
802Dot1X
802Dot1X
802Dot1X
802Dot1X
802Dot1X
802Dot1X
802Dot1X
802Dot1X
802Dot1X
-
-
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
CACert<n>ExtendedKeyUsage <extended key usage string>
-
CACert<n>Validity
<YYYY-MM-DD>
-
ClientCertInstalled
"0"/"1"
-
ClientCertIssuerDn
ClientCertSubjectDn
ClientCertExtendedKeyUsage
ClientCertValidity
<issuer domain name string>
<subject domain name string>
<extended key usage string>
<YYYY-MM-DD>
-
-
-
-
ClientCertAvailability
"0"/"1"
-
CA certificate file
802dot1xcacert<n>.cgi
802dot1xclientcert.cgi
To import CA certificate. <n>: 1 to 4
Client certificate file
"cacert1"/"cacert2"/"cacert3"/"cac
ert4"/"clientcert"
-
Delete
Status
-
-
802dot1xdeletecert.cgi
802dot1xgetstatus.cgi
1.00
1.00
"Wired"/ "Wireless"
11.17 Viewermode
Parameter
Value
InqParm
SetCGI
Ver
1.00
Note
The function which a user during a log-in can operate is returned. Refer
to Appendix.
ViewerMode
"<mode>"
viewermode
-
77
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.18 User
Parameter
Value
InqParm
user
SetCGI
Ver
1.00
Note
Administrator
"<encoded name:pass>"
user.cgi
<n> is the integer of 1 - 9. It sets up a username, a password and the
mode. Refer to Appendix.
User<n>
"<encoded name:pass>,<mode>"
user
user.cgi
1.00
ViewerAuthen
"on"/"off"
user
user
user.cgi
user.cgi
1.00
1.00
ViewerModeDefault
"<mode>"
11.19 Security
Parameter
Value
"on"/"off"
InqParm
SetCGI
Ver
Note
IpLimitFunc
iplimit
iplimit
iplimit
iplimit.cgi
iplimit.cgi
iplimit.cgi
1.00
1.00
1.00
IpLimitPolicy
IpLimit<n>
"allow"/"deny"
"<ip addr>,<mask bits>,<policy>"
<n> is the integer of 1 - 10.
11.20 Preset position
Parameter
Value
InqParm
SetCGI
Ver
Note
PresetCall
"<no.>,<speed>,<codec>"
"<no.>,<name>,on/off,<codec>"
"<no.>,<no.>,... ,<codec>"
"<from_instance>,<from_no>,
<to_instance>,<to_no>"
-
-
-
presetposition.cgi
presetposition.cgi
presetposition.cgi
1.12
1.12
1.12
speed: "1" to "24"
PresetSet
PresetClear
PresetCopy
-
presetposition.cgi
1.12
PresetThumbnailClear
Delete
"<no>,<no>,...,<codec>"
"presetimg,<num>,<codec>"
-
-
presetposition.cgi
main.cgi
1.12
1.12
This CGI command deletes a thumbnail image.
78
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
<num> specifies the number of "1" - "256". When it is
completely deleted, "all" is specified.
PresetName
PresetNameImage1
PresetNameImage2
"<no.>,<name>,<no.>,<name>,..."
"<no>,<name>"
presetposition
presetposition.cgi
presetposition.cgi
1.12
1.00
One Group is added. The number of maximums of
Group is 64.
GroupAdd
-
All the group information is erased, and a group is
remake newly. When nothing is specified, all groups
are erased.
GroupMake
GroupName
"<no>,<name>,<no>,<name>,..."
"<no>,<name>,<no>,<name>,..."
-
presetposition.cgi
presetposition.cgi
1.00
1.00
presetposition
A specified group is deleted. preset inside the group
isn't deleted. When preset inside the group is deleted,
Preset acquired with PresetGroupRelation is deleted
separately with PresetClear.
GroupClear
"<no>,<no>,..."
-
presetposition.cgi
1.00
"<group_no>,<preset_no>,<preset_no>,
..."
<preset_no> preset is added to the <group_no>
group.
PresetGroupRegist
PresetGroupRelation
-
presetposition.cgi
presetposition.cgi
1.00
1.00
"<group_no>,<number_of_preset>,<pre
set_no>,<preset_no>,..."
"<no.>"/"none"
presetposition
All group_no's and a registered pre-set are acquired.
PresetDetection
presetposition
presetposition
presetposition.cgi
presetposition.cgi
1.00
1.00
default: "none"
default: "none"
default: "none"
PresetVMF
"<no.>"/"none"
PresetTampering
PresetTamperingImage1
PresetTamperingImage2
PresetSensor<AI>
"<no.>"/"none"
"<no.>"/"none"
presetposition
presetposition
presetposition.cgi
presetposition.cgi
1.12
1.12
default: "none"
79
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
PresetSensor<AI>Image1
PresetSensor<AI>Image2
PresetAud
"<no>"/"none"
presetposition
-
presetposition.cgi
presetposition.cgi
1.10
1.00
HomePos
A position in power supply on and a position of Home
are specified.
HomePosImage1
HomePosImage2
HomePosProperty
HomePosPropertyImage1
HomePosPropertyImage2
Tour
"set"/"reset"/"recall"/"ptz-recall"
"<pan pos>,<tilt pos>,<zoom pos>"
presetposition
presetposition
presetposition
presetposition
presetposition
-
1.12
1.12
1.12
1.12
1.12
TourImage1
"on"/"off"
presetposition.cgi
presetposition.cgi
presetposition.cgi
presetposition.cgi
TourImage2
Tour<X>
<X> is one character of A, B, C, D and E.
<X> is one character of A, B, C, D and E.
<X> is one character of A, B, C, D and E.
<X> is one character of A, B, C, D and E.
<X> is one character of A, B, C, D and E.
Tour<X>Image1
"on"/"off"
Tour<X>Image2
Tour<X>Sequence
Tour<X>SequenceImage1
Tour<X>SequenceImage2
Tour<X>Staytime
Tour<X>StaytimeImage1
Tour<X>StaytimeImage2
Tour<X>Period
"<no.>,<no.>,..."
"1"to"3600"
Tour<X>PeriodImage1
Tour<X>PeriodImage2
"always"/"schedule"
"<schedule>"
presetposition
presetposition
presetposition.cgi
presetposition.cgi
1.12
1.12
Tour<X>Schedule
Tour<X>ScheduleImage1
80
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Tour<X>ScheduleImage2
Tour<X>Speed
<X> is one character of A, B, C, D and E.
Tour<X>SpeedImage1
Tour<X>SpeedImage2
TourResume
"<speed>"
"on"/"off"
presetposition
presetposition
presetposition
presetposition.cgi
presetposition.cgi
presetposition.cgi
1.12
1.12
1.12
speed: "1"~"24", default = 24(Fastest)
TourResumeImage1
TourResumeImage2
TourRsmTime
TourRsmTimeImage1
TourRsmTimeImage2
TourManualSuspend
TourManualResume
TourPreview
"5"to"3600"
"on"
-
-
-
-
presetposition.cgi
presetposition.cgi
presetposition.cgi
presetposition.cgi
1.00
1.12
1.12
1.12
"on,<codec>"
"<A,B,C,D,E,temp,stop>,<codec>"
"<A,B,C,D,E>,<codec>"
TourPreviewCopy
TourPreviewSequence
TourPreviewSequenceImage1
TourPreviewSequenceImage2
TourPreviewSpeed
TourPreviewSpeedImage1
TourPreviewSpeedImage2
STour
"<no.>,<no.>,..."
"<speed>"
presetposition
presetposition
presetposition.cgi
presetposition.cgi
1.12
1.12
"on"/"off"
presetposition
presetposition
presetposition
presetposition
presetposition
presetposition.cgi
presetposition.cgi
presetposition.cgi
presetposition.cgi
presetposition.cgi
1.00
1.00
1.00
1.00
1.00
STour<X>
"on"/"off"
<X> is one character of A, B, C and D.
<X> is one character of A, B, C and D.
<X> is one character of A, B, C and D.
Enable or disable
STour<X>Period
"always"/"schedule"
"<schedule>"
"on"/"off"
STour<X>Schedule
STourResume
81
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
STourRsmTime
"5"to"3600"
presetposition
presetposition.cgi
presetposition.cgi
presetposition.cgi
presetposition.cgi
-
1.00
1.00
1.00
1.00
1.00
STourRecord
<A,B,C,D,temp,stop>
<A,B,C,D,temp,stop>
<A,B,C,D>
-
STourPreview
-
STourPreviewCopy
STourMaxRecordTime
-
"<sec>"
presetposition
The maximum record time of the tour is acquired.
<X> is one character of A, B, C and D.
STour<X>RecordedTime
"<sec>"
presetposition
-
1.00
The present record time of the tour is acquired.
PresetPos
"<no>,<name>,<pan pos>,<tilt pos>,
<zoom pos>,<focus pos><iris pos>,…"
This CGI command acquires the name and position of
the preset.
PresetPosImage1
PresetPosImage2
presetposition
-
1.12
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported commands (Preset position)
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-CH120
SNC-CH140
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime, Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1,
Tour<X>ScheduleImage2, Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2,
Tour<X>StaytimeImage1, Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2,
TourPreviewSpeedImage1, TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
82
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-CH160
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-CH180
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime, Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1,
Tour<X>ScheduleImage2, Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2,
Tour<X>StaytimeImage1, Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2,
TourPreviewSpeedImage1, TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-CH210
SNC-CH220
SNC-CH240
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime, Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1,
Tour<X>ScheduleImage2, Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2,
Tour<X>StaytimeImage1, Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2,
TourPreviewSpeedImage1, TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-CH260
83
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-CH280
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime, Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1,
Tour<X>ScheduleImage2, Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2,
Tour<X>StaytimeImage1, Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2,
TourPreviewSpeedImage1, TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-DH110/110T
SNC-DH120
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetSensor1Image1,
PresetSensor1Image2, PresetSensor<AI>, PresetVMF, STour, STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule,
STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord, STourResume, STourRsmTime
SNC-DH120T
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-DH140/140T
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime, Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1,
Tour<X>ScheduleImage2, Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2,
Tour<X>StaytimeImage1, Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2,
TourPreviewSpeedImage1, TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-DH160
84
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH180
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime, Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1,
Tour<X>ScheduleImage2, Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2,
Tour<X>StaytimeImage1, Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2,
TourPreviewSpeedImage1, TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-DH210/210T
SNC-DH220
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetSensor1Image1,
PresetSensor1Image2, PresetSensor<AI>, PresetVMF, STour, STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule,
STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord, STourResume, STourRsmTime
SNC-DH220T
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-DH240/240T
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime, Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1,
Tour<X>ScheduleImage2, Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2,
Tour<X>StaytimeImage1, Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2,
TourPreviewSpeedImage1, TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
GroupAdd, GroupClear, GroupMake, GroupName, PresetAud, PresetDetection, PresetGroupRegist, PresetGroupRelation, PresetVMF, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime
SNC-DH260
85
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH280
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2, STour,
STour<X>, STour<X>Period, STour<X>RecordedTime, STour<X>Schedule, STourMaxRecordTime, STourPreview, STourPreviewCopy, STourRecord,
STourResume, STourRsmTime, Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1,
Tour<X>ScheduleImage2, Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2,
Tour<X>StaytimeImage1, Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2,
TourPreviewSpeedImage1, TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2,
Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1, Tour<X>ScheduleImage2,
Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2, Tour<X>StaytimeImage1,
Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2, TourPreviewSpeedImage1,
TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
SNC-RH124/164
SNC-RS44/46/84/86
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2,
Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1, Tour<X>ScheduleImage2,
Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2, Tour<X>StaytimeImage1,
Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2, TourPreviewSpeedImage1,
TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
SNT-EP104
All Preset position CGI commands.
SNT-EP154
All Preset position CGI commands.
SNT-EX101/101E
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2,
Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1, Tour<X>ScheduleImage2,
Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2, Tour<X>StaytimeImage1,
Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2, TourPreviewSpeedImage1,
86
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
SNT-EX104
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2,
Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1, Tour<X>ScheduleImage2,
Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2, Tour<X>StaytimeImage1,
Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2, TourPreviewSpeedImage1,
TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
SNT-EX154
HomePosImage1, HomePosImage2, HomePosPropertyImage1, HomePosPropertyImage2, PresetCopy, PresetNameImage1, PresetNameImage2,
PresetPosImage1, PresetPosImage2, PresetSensor1Image1, PresetSensor1Image2, PresetTamperingImage1, PresetTamperingImage2,
Tour<X>Image1, Tour<X>Image2, Tour<X>PeriodImage1, Tour<X>PeriodImage2, Tour<X>ScheduleImage1, Tour<X>ScheduleImage2,
Tour<X>SequenceImage1, Tour<X>SequenceImage2, Tour<X>SpeedImage1, Tour<X>SpeedImage2, Tour<X>StaytimeImage1,
Tour<X>StaytimeImage2, TourImage1, TourImage2, TourPreviewSequenceImage1, TourPreviewSequenceImage2, TourPreviewSpeedImage1,
TourPreviewSpeedImage2, TourResumeImage1, TourResumeImage2, TourRsmTimeImage1, TourRsmTimeImage2
SNT-EX101/104/154 can use the following CGI when a connected analog camera supports it.
♦ HomePos, HomePosProperty, PresetSet, PresetCall, PresetClear, PresetName. GroupAdd, GroupMake, GroupName, GroupClear,
PresetGroupRegist, PresetGroupRelation, PresetThumbnailClear, Delete
11.21 FTP client
Parameter
Value
InqParm
ftpclient
SetCGI
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
Ver
1.00
1.00
1.00
1.00
1.00
1.00
Note
Enable or disable the FTP client function.
Set FTP server name.
FtpClientFunc
"on"/"off"
FcServerName
FcUserName
FcPassword
FcPassive
"<server name>"
"<text>"
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
Set user of FTP server.
"<text>"
Set password of FTP server.
"on"/"off"
Enable or disable the passive FTP.
FcStoreMode
"overwrite"/"rename"
87
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
FcAlmFunc
"on"/"off"
"<text>"
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
1.00
1.00
1.00
1.00
FcAlmRemotePath
FcAlmAssignedName
FcAlmSuffix
"<text>"
"date"/"seq"
Object Detection or Lite Object Detection becomes a trigger when this is set up
in on.
FcAlmDetection
"on"/"off"
ftpclient
ftpclient.cgi
1.00
FcAlmVmf
"on"/"off"
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
-
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
etc.cgi
1.00
1.00
1.00
1.00
1.10
1.00
1.00
1.12
1.12
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
FcAlmTampering
FcAlmSensor<AI>
FcAlmBuffer
"on"/"off"
"on"/"off"
"on"/"off"
FcAlmAud
"on"/"off"
FcAlmPeriod
"always"/"schedule"
"<schedule>"
"on"/"off"
FcAlmSchedule
FcAlmImage1
FcAlmImage2
SeqClear
"on"/"off"
"ftp-alarm"
FcPeriodicalFunc
FcPrdRemotePath
FcPrdAssignedName
FcPrdSuffix
"on"/"off"
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
"<text>"
"<text>"
"none"/"date"/"seq"
"period"/"synctour"
"always"/"schedule"
"<schedule>"
FcPrdMode
FcPrdPeriod
FcPrdSchedule
<interval time> is specified in form of HHMMSS (hours, minutes, seconds,
two-digit each).
FcPrdInterval
"<interval time>"
ftpclient
ftpclient.cgi
1.00
88
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
FcPrdImage1
"on"/"off"
ftpclient
ftpclient
-
ftpclient.cgi
ftpclient.cgi
etc.cgi
1.12
1.12
1.00
1.00
1.00
1.00
1.00
1.00
FcPrdImage2
SeqClear
"on"/"off"
"ftp-periodical"
"on"/"off"
FcManualFunc
FcManRemotePath
FcManAssignedName
FcManSuffix
ftpclient
ftpclient
ftpclient
ftpclient
-
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
ftpclient.cgi
etc.cgi
"<text>"
"<text>"
"none"/"date"/"seq"
"ftp-manual"
SeqClear
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported commands (FTP client)
FcAlmAud, FcAlmBuffer, FcAlmVmf
SNC-CH120
SNC-CH140
SNC-CH160
SNC-CH180
SNC-CH210
SNC-CH220
SNC-CH240
SNC-CH260
SNC-CH280
SNC-DH110/110T
SNC-DH120
SNC-DH120T
SNC-DH140/140T
SNC-DH160
FcAlmAud, FcAlmBuffer, FcAlmVmf
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmAud, FcAlmBuffer, FcAlmVmf
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmAud, FcAlmBuffer, FcAlmVmf
FcAlmAud, FcAlmBuffer, FcAlmVmf
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmAud, FcAlmBuffer, FcAlmVmf
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmAud, FcAlmBuffer, FcAlmVmf
FcAlmAud, FcAlmBuffer, FcAlmSensor<AI>, FcAlmVmf
FcAlmAud, FcAlmBuffer, FcAlmVmf
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmAud, FcAlmBuffer, FcAlmVmf
89
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH180
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmAud, FcAlmBuffer, FcAlmVmf
SNC-DH210/210T
SNC-DH220
FcAlmAud, FcAlmBuffer, FcAlmSensor<AI>, FcAlmVmf
SNC-DH220T
SNC-DH240/240T
SNC-DH260
FcAlmAud, FcAlmBuffer, FcAlmVmf
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmAud, FcAlmBuffer, FcAlmVmf
SNC-DH280
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmAud, FcAlmImage1, FcAlmImage2, FcAlmSensor<AI>, FcPrdImage1, FcPrdImage2, FcAlmTampering, FcAlmVmf
FcAlmAud, FcAlmImage1, FcAlmImage2, FcAlmSensor<AI>, FcPrdImage1, FcPrdImage2, FcAlmTampering, FcAlmVmf
SNC-RH124/164
SNC-RS44/46/84/86
SNT-EP104
SNT-EP154
SNT-EX101/101E
SNT-EX104
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
FcAlmImage1, FcAlmImage2, FcPrdImage1, FcPrdImage2
SNT-EX154
11.22 FTP server
Parameter
Value
InqParm
SetCGI
ftpserver.cgi
Ver
Note
Enable or disable the FTP server function.
Following models have "a-slot" function.
SNC-RH124/164
FtpServerFunc
"on"/"off"
ftpserver
1.00
FsRootDir
"builtin"/"a-slot"
ftpserver
ftpserver.cgi
1.00
SNC-RS44/46/84/86
SNC-CH140/180/240/280
SNT-EX101/101E/104
90
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.23 SMTP
Parameter
Value
InqParm
smtp
SetCGI
smtp.cgi
Ver
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
Note
SmtpFunc
"on"/"off"
SmtpPort
"25"to"65535"
"110"to"65535"
"<server name>"
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
PopPort
SmServerName
SmAuthenMode
SmPopMode
"none"/"smtp"/"pop"/"smtp-pop"
"pop3"/"apop"
"0"to"10000"
"<server name>"
"login"/"cram-md5"
"<text>"
SmPopAfterWaitTime
SmAthPopServerName
SmAuthMode
SmAthUserName
SmAthPassword
SmTLS
"<text>"
"on"/"off"
SmTlsStart
"on"/"off"
SmRcptToAddr<n>
SmAdminAddr
SmSubject
"<e-mail addr>"
"<e-mail addr>"
"<text>"
<n> is the integer of 1 - 3.
SmMessage
"<text>"
SmAlmFunc
"on"/"off"
SmAlmFileAttach
SmAlmAssignedName
SmAlmSuffix
"on"/"off"
"<text>"
"none"/"date"/"seq"
"on"/"off"
SmAlmDetection
SmAlmVmf
"on"/"off"
91
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SmAlmTampering
"on"/"off"
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
1.00
1.00
1.10
1.00
1.00
1.12
1.12
1.00
1.00
1.00
1.00
1.00
SmAlmSensor<AI>
SmAlmAud
"on"/"off"
"on"/"off"
SmAlmPeriod
"always"/"schedule"
"<schedule>"
"on"/"off"
SmAlmSchedule
SmAlmImage1
SmAlmImage2
SmPeriodicalFunc
SmPrdAssignedName
SmPrdSuffix
"on"/"off"
"on"/"off"
"<text>"
"none"/"date"/"seq"
"always"/"schedule"
"<schedule>"
SmPrdPeriod
SmPrdSchedule
<interval time> is specified in form of HHMMSS
(hours, minutes, seconds, two-digit each).
SmPrdInterval
"<interval time>"
smtp
smtp.cgi
1.00
SmPrdImage1
SmPrdImage2
SmManualFunc
SmManAssignedName
SmManSuffix
"on"/"off"
smtp
smtp
smtp
smtp
smtp
-
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
smtp.cgi
etc.cgi
1.12
1.12
1.00
1.00
1.00
1.00
1.10
"on"/"off"
"on"/"off"
"<text>"
"none"/"date"/"seq"
SeqClear
"smtp-alarm" / "smtp-periodical" / "smtp-manual"
SmEmgFunc
"on"/"off"
"on"/"off"
smtp
smtp.cgi
Alarm notice by E-mail is made effective.
Periodic notice is made effective. A notice interval is
set up with SmEngInterval.
SmEmgNotifyCyclic
smtp
smtp.cgi
1.10
SmEmgFanDetect
SmEmgVideoDetect
"on"/"off"
"on"/"off"
smtp
smtp
smtp.cgi
smtp.cgi
1.10
1.10
It is informed when a fan breaks down.
It is informed when video input is stopped.
92
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
"on"/"off"
It is informed of the change of the power supply. It can
use only with SNT-EX154 and SNT-EP154.
It is the notice interval when SmEmgNotifyCyclic is
turned on. It is specified with hhmmss.
SmEmgPowerDetect
smtp
smtp
smtp.cgi
smtp.cgi
1.10
1.10
"<interval time>"
SmEmgInterval
SmEmgRcptAddr
"<e-mail addr>"
"<e-mail addr>"
smtp
smtp
smtp.cgi
smtp.cgi
1.10
1.10
It is the recipient of the alarm notice.
SmEmgAdminAddr
It is the sender of the alarm notice.
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported commands (SMTP)
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SNC-CH120
SNC-CH140
SNC-CH160
SNC-CH180
SNC-CH210
SNC-CH220
SNC-CH240
SNC-CH260
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgNotifyCyclic, SmEmgInterval, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SmAlmImage1, SmAlmImage2, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect, SmPrdImage1, SmPrdImage2
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SmAlmImage1, SmAlmImage2, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect, SmPrdImage1, SmPrdImage2
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SmAlmImage1, SmAlmImage2, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect, SmPrdImage1, SmPrdImage2
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
93
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-CH280
SmEmgRcptAddr, SmEmgVideoDetect
SmAlmImage1, SmAlmImage2, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect, SmPrdImage1, SmPrdImage2
SNC-DH110/110T
SNC-DH120
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SmAlmAud, SmAlmSensor<AI>, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic,
SmEmgPowerDetect, SmEmgRcptAddr, SmEmgVideoDetect
SNC-DH120T
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SNC-DH140/140T
SNC-DH160
SmAlmImage1, SmAlmImage2, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect, SmPrdImage1, SmPrdImage2
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SNC-DH180
SmAlmImage1, SmAlmImage2, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect, SmPrdImage1, SmPrdImage2
SNC-DH210/210T
SNC-DH220
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SmAlmAud, SmAlmSensor<AI>, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic,
SmEmgPowerDetect, SmEmgRcptAddr, SmEmgVideoDetect
SNC-DH220T
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SNC-DH240/240T
SNC-DH260
SmAlmImage1, SmAlmImage2, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect, SmPrdImage1, SmPrdImage2
SmAlmAud, SmAlmVmf, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
SmEmgRcptAddr, SmEmgVideoDetect
SNC-DH280
SmAlmImage1, SmAlmImage2, SmEmgAdminAddr, SmEmgFanDetect, SmEmgFunc, SmEmgInterval, SmEmgNotifyCyclic, SmEmgPowerDetect,
94
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SmEmgRcptAddr, SmEmgVideoDetect, SmPrdImage1, SmPrdImage2
SNC-RH124/164
SNC-RS44/46/84/86
SNT-EP104
SmAlmImage1, SmAlmImage2, SmEmgPowerDetect, SmPrdImage1, SmPrdImage2
SmAlmImage1, SmAlmImage2, SmEmgPowerDetect, SmPrdImage1, SmPrdImage2
SmAlmImage1, SmAlmImage2, SmAlmAud, SmAlmSensor<AI>, SmAlmTampering, SmAlmVmf, SmEmgFanDetect, SmEmgPowerDetect,
SmPrdImage1, SmPrdImage2
SNT-EP154
SmAlmImage1, SmAlmImage2, SmAlmAud, SmAlmSensor<AI>, SmAlmTampering, SmAlmVmf, SmPrdImage1, SmPrdImage2
SmAlmImage1, SmAlmImage2, SmEmgFanDetect, SmEmgPowerDetect, SmPrdImage1, SmPrdImage2
SmAlmImage1, SmAlmImage2, SmEmgFanDetect, SmEmgPowerDetect, SmPrdImage1, SmPrdImage2
SmAlmImage1, SmAlmImage2, SmPrdImage1, SmPrdImage2
SNT-EX101/101E
SNT-EX104
SNT-EX154
11.24 Image memory
Parameter
Value
InqParm
SetCGI
Ver
Note
ImageMemoryFunc
"on"/"off"
imagememory
imagememory.cgi
1.00
Enable or disable
a-slot: The slot of the memory which can be removed.
builtin: A built-in memory
ImDrive
"a-slot"/"builtin"
imagememory
imagememory.cgi
1.00
"a-slot" is effective in the following model.
SNC-RH124/164, SNC-RS44/46/84/86
SNC-CH140/240/280, SNC-CH180, SNT-EX101/101E/104
Enable or disable
ImOverWrite
"on"/"off"
imagememory
imagememory
smtp
imagememory.cgi
imagememory.cgi
smtp.cgi
1.00
1.00
1.00
1.00
1.00
1.00
ImCapWarn
"on"/"off"
Enable or disable
SmServerName
SmAuthenMode
SmAthPopServerName
SmAthUserName
"<server name>"
"none"/"smtp"/"pop"/"smtp-pop"
"<server name>"
"<text>"
Identical as the SMTP
smtp
smtp.cgi
Identical as the SMTP
smtp
smtp.cgi
Identical as the SMTP
smtp
smtp.cgi
Identical as the SMTP
95
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SmAthPassword
"<text>"
smtp
smtp.cgi
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.10
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
Identical as the SMTP
ImCapWarnRcptAddr
ImCapWarnFromAddr
ImAlarmFunc
"<e-mail addr>"
"<e-mail addr>"
"on"/"off"
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
imagememory.cgi
ImAlmAssignedName
ImAlmSuffix
"<text>"
"date"/"seq"
"on"/"off"
ImAlmDetection
ImAlmVmf
"on"/"off"
ImAlmTampering
ImAlmSensor<AI>
ImAlmAud
"on"/"off"
"on"/"off"
"on"/"off"
ImAlmPeriod
"always"/"schedule"
"<schedule>"
"on"/"off"
ImAlmSchedule
ImAlmBuffer
ImPeriodicalFunc
ImPrdAssignedName
ImPrdSuffix
"on"/"off"
"<text>"
"none"/"date"/"seq"
"period"/"synctour"
"always"/"schedule"
"<schedule>"
ImPrdMode
ImPrdPeriod
ImPrdSchedule
<interval time> is specified in form of HHMMSS (hours,
minutes, seconds, two-digit each).
ImPrdInterval
"<interval time>"
imagememory
imagememory.cgi
1.00
ImManualFunc
"on"/"off"
imagememory
imagememory
imagememory
imagememory.cgi
imagememory.cgi
imagememory.cgi
1.00
1.00
1.00
ImManAssignedName
ImManSuffix
"<text>"
"none"/"date"/"seq"
96
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
"imagememory-alarm"/"imageme
mory-periodical"/"imagememory-
manual"
SeqClear
-
etc.cgi
1.00
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported commands (Image memory)
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, ImageMemoryFunc,
SeqClear
SNC-CH120
SNC-CH160
SNC-CH210
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, ImageMemoryFunc,
SeqClear
SNC-CH220
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear,
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
SNC-CH260
SNC-DH110/110T
97
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, ImageMemoryFunc,
SeqClear
SNC-DH120
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, ImageMemoryFunc,
SeqClear
SNC-DH120T
SNC-DH160
SNC-DH210/210T
SNC-DH220
SNC-DH220T
SNC-DH260
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear
ImAlarmFunc, ImAlmAssignedName, ImAlmAud, ImAlmBuffer, ImAlmDetection, ImAlmPeriod, ImAlmSchedule, ImAlmSensor<AI>, ImAlmSuffix,
ImAlmTampering, ImAlmVmf, ImCapWarn, ImCapWarnFromAddr, ImCapWarnRcptAddr, ImDrive, ImManAssignedName, ImManSuffix, ImManualFunc,
ImOverWrite, ImPeriodicalFunc, ImPrdAssignedName, ImPrdInterval, ImPrdMode, ImPrdPeriod, ImPrdSchedule, ImPrdSuffix, SeqClear,
ImAlmAud, ImAlmSensor<AI>, ImAlmTampering, ImAlmVmf
SNT-EP104
98
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNT-EP154
ImAlmAud, ImAlmSensor<AI>, ImAlmTampering, ImAlmVmf
11.25 Edge storage
Parameter
Value
InqParm
SetCGI
Ver
1.10
1.10
1.10
1.10
Note
EdgeStorage
"on"/"off"
"on"/"off"
"<ch>"
edgestorage edgestorage.cgi
edgestorage edgestorage.cgi
An EdgeStorage function is turned on and off.
Record data are overwritten.
EsOverWrite
EsRecChMax
edgestorage
-
The max value of ch of EdgeRec<ch> is returned.
On and off of every channel are specified.
<codec> :"image1/image2/image3"
<audio> :"on/off"
EsRec<ch>Func
"on"/"off"
edgestorage edgestorage.cgi
EsRec<ch>
"<codec>,<audio>"
edgestorage edgestorage.cgi
1.10
1.10
The always record mode and the alarm interlock record mode
are chosen.
EsRec<ch>Mode
EsRec<ch>Period
EsRec<ch>Schedule
"always"/"alarm"
"always"/"schedule"
"<schedule>"
edgestorage edgestorage.cgi
edgestorage edgestorage.cgi
edgestorage edgestorage.cgi
1.10
1.10
A record schedule method is specified.
The schedule when "schedule" is chosen in EsRec<ch>Period
is specified.
EsRec<ch>Status
"0"/"1"
"on"
edgestorage
-
1.10
1.10
1.10
1.10
1.10
It is indicate whether it is during the record.
A record is started.
EsRec<ch>Start
-
-
edgestorage.cgi
edgestorage.cgi
EsRec<ch>Stop
"on"
A record is stoped.
EsAlmRec<ch>WatchAddress
"<ip addr>"
edgestorage edgestorage.cgi
edgestorage edgestorage.cgi
edgestorage edgestorage.cgi
<ip addr> : An IP address or a host name is specified.
The trigger condition of the alarm interlock record mode is
established. A detection factor ("sensor<AI>", "disconnected",
"vmf", "vmd", "tampering", "aud") or Cond<n> is specified in
cond.
EsAlmRec<ch>Trigger
"<cond>"
EsRTSPRec<ch>Timeout
"0" to "600"
1.10
99
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
EsAlmRec<ch>Time
"<pre time>,<post time>"
"<pre time>,<post time>"
"sensor<AI>"/"disconnected"/"vmf"/"
vmd"/"tampering"/"aud"
edgestorage edgestorage.cgi
1.10
1.10
1.10
It is time to record it.
EsAlmRecMaxTime<codec>
EsSupportedAlm
Delete
edgestorage
-
The maximum time when it can be specified is show.
The kind of the alarm is acquired.
edgestorage
-
-
-
edgestorage.cgi
edgestorage.cgi
1.10
1.10
All the data recorded with EdgeStorage function are deleted.
The data recorded with EdgeStorage are deleted with a
<streamname>.
DeletebyName
"<streamname>"
1.10
<n> is the integer of 1 - 2. The trigger of the alarm record is
established.
<cond type> : "and", "or" and "then" are specified in cond
type.
"<cond
<cond1>,<cond2> : A detection factor ("sensor<AI>",
"detection", "tampering", "vmf", "aud", "disconnected") or
Cond<n> is specified.
Cond<n>
type>,<cond1>,<cond2>,<duration> eventconfig
"
eventconfig.cgi
<duration> : It is the time until the next event is accepted
after an event was detected. It is effective when "and" or
"then" is specified in cond type. Maximum setup time is
7200 seconds.
1.10
It is the search of the record data. A form is as the following.
http://ipaddress/command/search?Order=<order>&Start=<start
>&End=<end>&MaxEntry=<max_entry>"
search
-
-
-
The Edge Storage CGI commands cannot be used with the following models.
♦ SNC-CH110/120/160/210/220/260
♦ SNC-DH110/110T/120/120T/140/140T/160/180/210/210T/220/220T/240/240T/260
♦ SNT-EP104/154
♦ SNT-EX154
100
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
11.26 Alarm out
Parameter
Value
InqParm
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
alarmout<AO>
SetCGI
Ver
Note
AlarmOut<AO>Func
Ao<AO>Mode
"on"/"off"
alarmout.cgi 1.00
alarmout.cgi 1.00
alarmout.cgi 1.00
alarmout.cgi 1.00
alarmout.cgi 1.00
alarmout.cgi 1.00
alarmout.cgi 1.10
alarmout.cgi 1.00
alarmout.cgi 1.00
alarmout.cgi 1.00
alarmout.cgi 1.00
alarmout.cgi 1.00
"alarm"/"timer"/"daynight"
"on"/"off"
Ao<AO>AlmDetection
Ao<AO>AlmVmf
"on"/"off"
Ao<AO>AlmTampering
Ao<AO>AlmSensor<AI>
Ao<AO>AlmAud
"on"/"off"
"on"/"off"
"on"/"off"
Ao<AO>AlmPeriod
Ao<AO>AlmSchedule
Ao<AO>AlmDuration
Ao<AO>TimSchedule
Ao<AO>ManualFunc
"always"/"schedule"
"<schedule>"
"1"to"60"
"<schedule>"
"on"/"off"
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH120
Unsupported commands (Alarm out)
Ao<AO>AlmAud, Ao<AO>AlmVmf
Ao<AO>AlmAud, Ao<AO>AlmVmf
Ao<AO>AlmAud, Ao<AO>AlmVmf
Ao<AO>AlmAud, Ao<AO>AlmVmf
Ao<AO>AlmAud, Ao<AO>AlmVmf
Ao<AO>AlmAud, Ao<AO>AlmVmf
Ao<AO>AlmAud, Ao<AO>AlmVmf
SNC-CH160
SNC-CH220
SNC-CH260
SNC-DH120T
SNC-DH160
SNC-DH220T
101
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-DH260
Ao<AO>AlmAud, Ao<AO>AlmVmf
The Alarm out CGI commands cannot be used with the following models.
♦ SNC-CH110/210
♦ SNC-DH110/110T/120/120T/210/210T
♦ SNT-EP104/154
11.27 Voice alert
Parameter
Value
InqParm
SetCGI
Ver
1.00
Note
<n> is the integer of 1 to 3.
VoiceAlert<n>Func
"on"/"off"
voicealert
voicealert.cgi
Enable or disable the voice alert function.
<n> is the integer of 1 to 3. Whether voice alert file exists or doesn't exist.
<n> is the integer of 1 to 3.
Va<n>File
"Uploaded"/"Not uploaded"
"<file name>"/ ""
"on"/"off"
voicealert
voicealert
voicealert
voicealert
voicealert
voicealert
voicealert
voicealert
voicealert
voicealert
voicealert
voicealert
-
1.00
1.00
1.00
1.00
1.00
1.00
1.10
1.00
1.00
1.00
1.00
1.00
Va<n>Filename
voicealert.cgi
voicealert.cgi
voicealert.cgi
voicealert.cgi
voicealert.cgi
voicealert.cgi
voicealert.cgi
voicealert.cgi
voicealert.cgi
voicealert.cgi
voicealert.cgi
Va<n>AlmDetection
Va<n>AlmVmf
<n> is the integer of 1 to 3.
"on"/"off"
<n> is the integer of 1 to 3.
Va<n>AlmTampering
Va<n>AlmSensor<AI>
Va<n>AlmAud
"on"/"off"
<n> is the integer of 1 to 3.
"on"/"off"
<n> is the integer of 1 to 3.
"on"/"off"
<n> is the integer of 1 to 3.
Va<n>AlmPeriod
Va<n>AlmSchedule
Va<n>AlmRepeat
Va<n>ManualFunc
Va<n>ManRepeat
"always"/"schedule"
"<schedule>"
"1"to"3"
<n> is the integer of 1 to 3.
<n> is the integer of 1 to 3.
<n> is the integer of 1 to 3.
"on"/"off"
<n> is the integer of 1 to 3.
"1"to"3"
<n> is the integer of 1 to 3.
The Voice alert CGI commands cannot be used with the following models.
♦ SNC-CH110/120/160/210/220/260
♦ SNC-DH110/110T/120/120T/160/210/210T/220/220T/260
102
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
♦ SNT-EP104/154
When a sound is reproduced with CH1, it is output in Audio Out in SNT-EX154. It isn't output in Audio Out even if a sound is reproduced with CH2 - CH4.
11.28 Alarm buffer
Parameter
Value
InqParm
alarmbuffer
alarmbuffer
alarmbuffer
alarmbuffer
SetCGI
Ver
Note
AlmBufTime
"<pre time>,<post time>"
"<pre time>,<post time>"
"<pre time>,<post time>"
"jpeg"/"mpeg4"/ "h264"
alarmbuffer.cgi 1.00
Seconds
Seconds
Seconds
AlmBufMaxTime
-
-
1.00
1.00
AlmBufMaxTime<codec>
AlmBufCodec
alarmbuffer.cgi 1.00
A camera is rebooted when you change the setup of AlmBufCodec.
The number of ImageCodec to store in the alarm buffer is specified. It is
ignored when the number which isn't being supported is specified. A still
picture is store when the number of ImageCodec which isn't working is
specified.
AlmBufInstance
"image1","image2","image3"
alarmbuffer
alarmbuffer.cgi 1.00
The Alarm buffer CGI commands cannot be used with the following models.
♦ SNC-CH110/120/160/210/220/260
♦ SNC-DH110/110T/120/120T/160/210/210T/220/220T/260
11.29 Object detection
Parameter
Value
InqParm
SetCGI
Ver
Note
In Moving Object Detection, alarm occurs also by pausing
objects.
SuspenderAlarm
"on"/"off"
"2"to"60"
objectdetection objectdetection.cgi
1.00
EModStayTime
PositionMode
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
1.00
1.00
1.00
In Moving Object Detection, hold time of pausing objects.
Return the current position mode.
Moving Object Detection.
"current"/"preset"
"mod"
ODPre<XXX>Mode
103
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
ODPre<XXX>Win<YY>
"on"/"off"
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
1.00
1.00
Enable or disable window.
ODPre<XXX>Win<YY>Mode
ODPre<XXX>Win<YY>Area
"det"/"mask"
Select detection area or mask area for each windows.
Axis of the window.
<number>,<x1>,<y1>,<x2>,<y
2>,...
objectdetection objectdetection.cgi
1.00
<number> : "3" - "16"
x and y : (Refer to an appendix.)
ODPre<XXX>ThresholdR
ODPre<XXX>ThresholdG
ODPre<XXX>ThresholdB
ODPre<XXX>MinObjectSize
ODPre<XXX>MaxObjectSize
"0"to"99"
"0"to"99"
"0"to"99"
<x>,<y>
<x>,<y>
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
1.00
1.00
1.00
1.00
1.00
Threshold of R gain
Threshold of G gain
Threshold of B gain
Minimum size of object to be detected. (Refer to an appendix.)
Maximum size of object to be detected (Refer to an appendix.).
Rough time from an object appears in the scene to the object is
detected. If you turn down this value, the object is detected
more quickly, but false alarm increases.
ODPre<XXX>CandidateFrame "3"to"7"
objectdetection objectdetection.cgi
1.00
ODPre<XXX>ShadowCut
Od<MM>Mode
"on"/"off"
objectdetection Objectdetection.cgi
objectdetection Objectdetection.cgi
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
1.00
1.00
1.00
1.00
"mod"
Moving Object Detection.
Od<MM>Win<N>
"on"/"off"
Enable or disable window (1 to 4)
Select detection area or mask area for each windows (1 to 4)
Axis of the window (1 to 4)
Od<MM>Win<N>Mode
"det"/"mask"
"upper left X"/"upper left
Y"/"lower right X"/"lower right
Y"
Od<MM>Win<N>Area
objectdetection objectdetection.cgi
1.00
Od<MM>ThresholdR
Od<MM>ThresholdG
Od<MM>ThresholdB
Od<MM>MinObjectSize
Od<MM>MaxObjectSize
"0"to"99"
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
objectdetection objectdetection.cgi
1.00
1.00
1.00
1.00
1.00
Threshold of R gain
"0"to"99"
Threshold of G gain
"0"to"99"
Threshold of B gain
"X"to"Y"
Minimum size of object to be detected (Refer to an appendix.).
Maximum size of object to be detected (Refer to an appendix.).
"X"to"Y"
104
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Rough time from an object appears in the scene to the object is
detected. If you turn down this value, the object is detected
more quickly, but false alarm increases.
Od<MM>CandidateFrame
"3"to"7"
objectdetection objectdetection.cgi
1.00
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported commands (Object detection)
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
ODPre<XXX>ShadowCut
All Object detection CGI commands.
All Object detection CGI commands.
SNC-CH120
SNC-CH160
SNC-CH210
SNC-CH220
SNC-CH260
SNC-DH120
SNC-DH120T
SNC-DH160
SNC-DH210/210T
SNC-DH220
SNC-DH220T
SNC-DH260
SNT-EP104
SNT-EP154
<XXX> of the Parameter relates to the Preset Position number (001 to 256) and Current Position (Def). It is replaced in "001" - "256" or "Def". <XXX>
can specify only "Def" with SNC-CH140 and SNC-DH140. <YY> is the number of Window. The number of "01" - "10" is put in <YY>.
<MM> is the number of "00" - "15" "99". <MM> can specify only "99" with SNC-CH140 and SNC-DH140. <N> is the number of Window. It is the number
of "1"- "4".
The CGI command which began with Od<MM> was being used with an old model. Use a CGI command to begin with ODPre<XXX> when you use an
105
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Objectdetection function for the new case.
11.30 VMF
Parameter
Value
InqParm
vmf
SetCGI
Ver
1.00
1.00
1.00
Note
VmfPassing<XXX><YY>Name
VmfPassing<XXX><YY>Status
VmfPassing<XXX><YY>Direction
<name>
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
Set up the name of the passing detection filter.
Set up the status of the passing detection filter.
Set up the direction of the passing direction filter.
<number>: Number of polyline
"deleted"/"disable"/"enable"/"notifiable"
"right"/"left"/"both"
vmf
vmf
VmfPassing<XXX><YY>Area
<number>,<x1>,<y1>,<x2>,<y2>,...
vmf
objectdetection.cgi
1.00
<x>,<y>: Coordinate of polyline
VmfPassing<XXX><YY>MinSize
VmfPassing<XXX><YY>MaxSize
VmfPassing<XXX><YY>MinSpeed
VmfPassing<XXX><YY>MaxSpeed
VmfPassing<XXX><YY>JudgePosition
VmfEntering<XXX><YY>Name
VmfEntering<XXX><YY>Status
<x>,<y>
vmf
vmf
vmf
vmf
vmf
vmf
vmf
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
1.00
1.00
1.00
1.00
1.00
1.00
1.00
Minimum size (Refer to an appendix.).
Maximum size (Refer to an appendix.).
Minimum speed.
<x>,<y>
<pixel>,<sec>
<pixel>,<sec>
Maximum speed.
"left"/"top"/"right"/"bottom"/"center"
<name>
A position of a passage decision.
Set up the name of the entering detection filter.
Set up the status of the entering detection filter.
<number>: Number of area
"deleted"/"disable"/"enable"/"notifiable"
VmfEntering<XXX><YY>Area
<number>,<x1>,<y1>,<x2>,<y2>,...
vmf
objectdetection.cgi
1.00
<x>,<y>: Coordinate of area
VmfEntering<XXX><YY>MinSize
VmfEntering<XXX><YY>MaxSize
VmfEntering<XXX><YY>MinSpeed
VmfEntering<XXX><YY>MaxSpeed
VmfExiting<XXX><YY>Name
<x>,<y>
vmf
vmf
vmf
vmf
vmf
vmf
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
1.00
1.00
1.00
1.00
1.00
1.00
Minimum size (Refer to an appendix.).
Maximum size (Refer to an appendix.).
Minimum speed.
<x>,<y>
<pixel>,<sec>
<pixel>,<sec>
Maximum speed.
<name>
Set up the name of the exiting detection filter.
Set up the status of the exiting detection filter.
VmfExiting<XXX><YY>Status
"deleted"/"disable"/"enable"/"notifiable"
106
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
<number>: Number of area
VmfExiting<XXX><YY>Area
<number>,<x1>,<y1>,<x2>,<y2>,...
vmf
objectdetection.cgi
1.00
<x>,<y>: Coordinate of area
VmfExiting<XXX><YY>MinSize
VmfExiting<XXX><YY>MaxSize
VmfExiting<XXX><YY>MinSpeed
VmfExiting<XXX><YY>MaxSpeed
VmfLoitering<XXX><YY>Name
VmfLoitering<XXX><YY>Status
<x>,<y>
vmf
vmf
vmf
vmf
vmf
vmf
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
1.00
1.00
1.00
1.00
1.00
1.00
Minimum size (Refer to an appendix.).
Maximum size (Refer to an appendix.).
Minimum speed.
<x>,<y>
<pixel>,<sec>
<pixel>,<sec>
Maximum speed.
<name>
Set up the name of the loitering detection filter.
Set up the status of the loitering detection filter.
<number>: Number of area
"deleted"/"disable"/"enable"/"notifiable"
VmfLoitering<XXX><YY>Area
<number>,<x1>,<y1>,<x2>,<y2>,...
vmf
objectdetection.cgi
1.00
<x>,<y>: Coordinate of area
VmfLoitering<XXX><YY>MinSize
VmfLoitering<XXX><YY>MaxSize
VmfLoitering<XXX><YY>StayTime
VmfCounting<XXX><YY>Name
VmfCounting<XXX><YY>Status
<x>,<y>
vmf
vmf
vmf
vmf
vmf
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
1.00
1.00
1.00
1.00
1.00
Minimum size (Refer to an appendix.).
Maximum size (Refer to an appendix.).
Set up a loitering detection time.
<x>,<y>
<time>
<name>
Set up the name of the counting detection filter.
Set up the status of the counting detection filter.
<number>: Number of area
"deleted"/"disable"/"enable"/"notifiable"
VmfCounting<XXX><YY>Area
<number>,<x1>,<y1>,<x2>,<y2>,...
vmf
objectdetection.cgi
1.00
<x>,<y>: Coordinate of area
VmfCounting<XXX><YY>MinSize
VmfCounting<XXX><YY>MaxSize
VmfCounting<XXX><YY>Count
Combo<ZZZZ>Name
<x>,<y>
vmf
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
objectdetection.cgi
1.00
1.00
1.00
1.00
1.00
Minimum size (Refer to an appendix.).
Maximum size (Refer to an appendix.).
Set up the number for the counting detection.
Set up the name of the compound decision filter.
Set up the status of the compound detection filter.
Set up the sub-filter of the compound detection
filter.
<x>,<y>
vmf
<count>
vmf
<name>
combo
combo
Combo<ZZZZ>Status
"deleted"/"disable"/"enable"/"notifiable"
Combo<ZZZZ>SubFilters
Combo<ZZZZ>UseSubFilter
107
<filter1>,<filter2>,...
"on"/"off","on"/"off",...
combo
combo
objectdetection.cgi
objectdetection.cgi
1.00
1.00
A sub-filter is used for the decision in case of On.
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Set up the duration of the compound detection
Combo<ZZZZ>Duration
<time>,<time>,...
"and"/"or"
combo
combo
objectdetection.cgi
objectdetection.cgi
1.00
1.00
filter.
Set up the condition of the compound detection
filter.
Combo<ZZZZ>Logic
The VMF CGI commands cannot be used with the following models.
♦ SNC-CH110/120/160/210/220/260
♦ SNC-DH110/110T/120/120T/160/210/210T/220/220T/260
♦ SNT-EP104/154
<XXX> of the Parameter relates to the Preset Position number (001 to 256) and Current Position (Def). It is replaced in "001" - "256" or "Def". <YY> is
the filter which relates to Preset Position. "01" - "10" are replacing for <YY>. Example) VmfPassing00101, VmfPassingDef10
<ZZZZ> is four-digit number. It is the range of "0001" - "1024".
11.31 Tampering detection
Parameter
Value
InqParm
system
SetCGI
system.cgi
Ver
1.00
Note
TamperingFunc
"on"/"off"
Enable or disable the tampering detection.
Set up the level of the tampering detection.
It is the condition of the tampering detection alarm.
A disturbance tampering detection is cleared.
TamperingLevel
"low"/"middle"/"high"
system
system
-
system.cgi
-
1.00
1.10
1.10
TamperingStatus
TamperingStatusClear
"0"/"1"
"on"
system.cgi
The Tampering detection CGI commands cannot be used with the following models.
♦ SNT-EP104/154
11.32 Lite object detection
Parameter
Value
InqParm
SetCGI
Ver
Note
108
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
LODMinObjectSize
"small"/"middle"/"large"
"0" to "100"
lod
lod
lod.cgi
lod.cgi
1.00
1.00
Set up the minimum size of the object.
Set up the sensitivity.
LODSensitivity
The Lite object detection CGI commands cannot be used with the following models.
♦ SNC-CH110/120/140/160/180/210/220/240/260/280
♦ SNC-DH110/110T/120/120T/140/140T/160/180/210/210T/220/220T/240/240T/260/280
♦ SNC-RH124/164
♦ SNC-RS44/46/84/86
♦ SNT- EX101/101E/104/154
11.33 Audio detection
Parameter
Value
InqParm
audiodetection
audiodetection
audiodetection
SetCGI
Ver
Note
ADFunc
"on"/"off"
audiodetection.cgi
audiodetection.cgi
audiodetection.cgi
1.10
1.10
1.10
ADSensitivity
"low"/"high"/"manual"
"1"to"100"
ADManualSensitivity
The Audio detection CGI commands cannot be used with the following models.
♦ SNC-CH110/120/160/210/260
♦ SNC-DH110/110T/120/120T/160/210/210T/220/220T/260
♦ SNT- EP104/15
11.34 All configuration
Parameter
Value
InqParm
all-configuration
SetCGI
all-configuration.cgi
all-configuration-preset.cgi
Ver
1.00
1.00
Note
-
-
-
-
-
Preset data is included into restoring.
"all-configuration" is used to preserve the setting of camera. Or, the setting can be preserved by reading http://<ip>/home/l4/<modelname>.cfg (<modelname> is a small letter).
109
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
When the setting is restored, all-configuration.cgi or all-configuration-preset.cgi is used.
11.35 Trigger
Parameter
Value
InqParm
SetCGI
main.cgi
Ver
1.00
Note
Trigger
"ftp"
-
-
-
-
-
-
-
-
-
-
-
-
-
Trigger
Trigger
Trigger
Trigger
Trigger
Trigger
Trigger
Trigger
Trigger
Trigger
Trigger
Trigger
"ftp-alarmbuffer"
"smtp"
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
Valid only when "FcAlmFunc", "FcAlmBuffer" and "FcManualFunc" are "on".
"memory"
"memory-alarmbuffer"
"alarmout<AO>"
"alarmout<AO>on"
"alarmout<AO>off"
"daynight"
Valid only when "ImAlmFunc", "ImAlmBuffer" and "ImManualFunc" are "on".
Toggle
Toggle
"daynighton"
"daynightoff"
"voicealert<n>"
"voicealert<n>-test"
<n> is the integer of 1 - 3.
For test play (no repeat). <n> is the integer of 1 - 3.
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported commands (Trigger)
alarmout<AO>, alarmout<AO>off, alarmout<AO>on, daynight, daynightoff, daynighton, ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>,
voicealert<n>-test
SNC-CH120
SNC-CH160
SNC-CH210
ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
alarmout<AO>, alarmout<AO>off, alarmout<AO>on, daynight, daynightoff, daynighton, ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>,
110
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
voicealert<n>-test
SNC-CH220
ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
alarmout<AO>, alarmout<AO>off, alarmout<AO>on, daynight, daynightoff, daynighton, ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>,
voicealert<n>-test
SNC-CH260
SNC-DH110/110T
SNC-DH120
alarmout<AO>, alarmout<AO>off, alarmout<AO>on, ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
alarmout<AO>, alarmout<AO>off, alarmout<AO>on, daynight, daynightoff, daynighton, ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>,
voicealert<n>-test
SNC-DH120T
SNC-DH160
SNC-DH210/210T
SNC-DH220
SNC-DH220T
SNC-DH260
SNT-EP104
SNT-EP154
alarmout<AO>, alarmout<AO>off, alarmout<AO>on, ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
ftp-alarmbuffer, memory, memory-alarmbuffer, voicealert<n>, voicealert<n>-test
alarmout<AO>, alarmout<AO>off, alarmout<AO>on, voicealert<n>, voicealert<n>-test
alarmout<AO>, alarmout<AO>off, alarmout<AO>on, voicealert<n>, voicealert<n>-test
11.36 Other operation
Parameter
Value
InqParm
SetCGI
main.cgi
Ver
Note
System
"reboot"
-
-
1.00
Reboot a camera.
All setups are returned to a state of factory shipment. The setup of
the network is initialized, too.
System
"initialize"
main.cgi
1.00
Setups are returned to a state of factory shipment.
soft : The setup of the network isn't initialized.
FactoryDefault
"soft"/"hard"
-
main.cgi
1.00
hard : All setups are made a state of factory shipment. (Same as
111
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
System=initialize.)
Format
Delete
Delete
Delete
Delete
"builtin"
-
-
-
-
-
main.cgi
main.cgi
main.cgi
main.cgi
main.cgi
1.00
1.00
1.00
1.00
1.00
Builtin memory will be formatted.
"voicealert" : All voicealert file will be deleted.
Each panorama image will be deleted.
Each voicealert file will be deleted
Non volatilization log will be deleted.
"homepage"/"voicealert"
"panorama"/"round_panorama"
"voicealert1"/"voicealert2"/"voicealert3"
"nonvolatilizationlog"
11.37 Other inquiries
Parameter
Value
InqParm
SetCGI
Ver
Note
UserWeb
ASlot
"Used space : <used>byte"
"Free space : <remain>kbyte"
"Free space : <remain>kbyte"
userweb
-
-
-
1.00
Return the file size of uploaded Custom Homepage.
Return the free space of the memory which can be removed.
Return the free space of the build in memory.
Return the status of the sensor.
a-slot
builtin
1.00
1.00
BuiltIn
Sensor<AI>
"0"/"1"
"0"/"1"
sensor
-
-
1.00
1.00
"0": low or open, "1": high or short
Return the status of the alarm out.
Ao<AO>Status
alarmoutstatus
"0": low or open, "1": high or short
The command which can't be used in each model is shown in the following table.
Model name
SNC-CH110
Unsupported commands (Other inquiries)
Ao<AO>Status
SNC-CH210
Ao<AO>Status
SNC-DH110/110T
SNC-DH120
Ao<AO>Status
Ao<AO>Status, Sensor<AI>
Ao<AO>Status
SNC-DH210/210T
SNC-DH220
Ao<AO>Status, Sensor<AI>
112
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNT-EP104
Ao<AO>Status, Sensor<AI>
Ao<AO>Status, Sensor<AI>
SNT-EP154
113
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12 Appendix
12.1 Image Size
The image size which can be chosen is shown in the table of the bottom. There may be a limitation in the
image size which can be chosen by the image 1 and the image 2. Furthermore, it may depend on setting
of maximum image size. Refer to a users' guide for the details.
The image size which can be set up with one Network Camera or Video Network Station at the
same time is two. SNC-RS44/46/84/86 can set up three ImageCodec's. It gives priority to the
setup of ImageSize1 and ImageSize2 in that case. The image size of ImageCodec3 is sometimes
changed to the value ImageCodec1 ImageCodec2 automatically.
Set up one of the image size in less than VGA (640x480). It gives priority to the setup of
ImageSize1. ImageSIze2 is sometimes changed to the VGA size automatically.
*1: It can use after the firmware Ver.1.10.
*2: It can be used in SNC-CH140 and SNC-DH140/180 since firmware ver1.10.
*3: It is the setting of the Maximum image size or the Aspect ratio.
*4: It can use after the firmware Ver.1.30.
Image Size
SNC-RS44N/46N/84N/86N
SNT-EX/EP Series
(NTSC)
SNC-RS44P/46P/84P/86P
SNT-EX/EP Series
(PAL)
SNC-RH124/164
(width x height)
*3
NTSC
PAL
1280 x 720
1024 x 768
1024 x 576
800 x 600
800 x 480
768 x 576
720 x 576
720 x 480
704 x 576
640 x 480
640 x 368
384 x 288
352 x 288
320 x 240
320 x 192
176 x 144
*4
*4
*1
*1
*1
*1
*1
*1
114
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Image Size
SNC-CH110
SNC-DH110/110T
16:9 4:3
SNC-CH120/140/160/180
(width x height)
SNC-DH120/120T/140/140T/160/180
*3
1280x720
1280x1024
1280 x 1024
1280 x 960
1280 x 800
1280 x 720
1024 x 768
1024 x 576
800 x 600
800 x 480
768 x 576
720 x 576
720 x 480
704 x 576
640 x 480
640 x 368
384 x 288
352 x 288
320 x 240
320 x 192
176 x 144
*4
*4
*2
*2
*2
*2
*2
*2
115
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Image Size
SNC-CH210
SNC-DH210/210T
16:9 4:3
SNC-CH220/260
SNC-CH240/280,
(width x height)
SNC-DH220/220T/260
SNC-DH240/240T/280
*3
1920x1080
1920x1440
1920x1080
1920x1440
2048 x 1536
1920 x 1440
1920 x 1080
1680 x 1056
1600 x 1200
1440 x 912
1376 x 768
1280 x 1024
1280 x 960
1280 x 800
1280 x 720
1024 x 768
1024 x 576
800 x 600
800 x 480
768 x 576
720 x 576
720 x 480
704 x 576
640 x 480
640 x 368
384 x 288
352 x 288
320 x 240
320 x 192
176 x 144
*4
*4
*4
116
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12.2 AreaSet
Model
Settings
Maximum Size
(width x height)
Range of
AreaSet
SNC-CH110
Aspect Ratio : 4:3
1280 x 960
1, 1, 1280, 960
1, 1, 1280, 720
1,1,1280,1024
1,1,1280,720
1, 1, 2480, 1536
1, 1, 1920, 1080
1,1,1920,1440
1,1,1920,1080
1,1,1280,720
SNC-DH110/110T
Aspect Ratio : 16:9
1280 x 720
1280 x 1024
1280 x 720
1280 x 720
1280 x 720
1280 x 1024
1280 x 1024
1280 x 720
SNC-CH120/140/160/180
SNC-DH120/120T/140/140T/160/180
SNC-CH210
Maximum image size : 1280x1024
Maximum image size : 1280x720
Aspect Ratio : 4:3
SNC-DH210/210T
Aspect Ratio : 16:9
SNC-CH220/240/260/280
SNC-DH220/220T/240/240T/260/280
SNC-RH124/164
Maximum image size : 1920x1440
Maximum image size : 1920x1080
Minimum size is 256 x 96 (width x height).
12.3 FrameRate
Model
FrameRate
SNC-CH110/120/160/210
1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 20, 25, 30
SNC-DH110/110T/120/120T/160/210/210T
SNC-CH140/180/220/240/260/280
SNC-DH140/140T/180/220/220T/240/240T/260/280
SNC-RH124/164
1, 2, 3, 4, 5, 6, 8, 10, 12(*), 15, 16(*), 20, 25, 30
(*) It can use after the firmware Ver.1.26.
VideoOutMode ip : 1, 2, 3, 4, 5, 6, 8, 10, 12(*),15, 16(*),20, 25, 30
VideoOutMode NTSC : 1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25, 30
VideoOutMode PAL : 1, 2, 3, 4, 5, 6, 8, 12, 16, 20, 25
(*) It can use after the firmware Ver.1.30.
SNC-RS44/46/84/86
NTSC model : 1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25, 30
PAL model : 1, 2, 3, 4, 5, 6, 8, 12, 16, 20, 25
SNT-EP104/154
NTSC model : 1, 2, 3, 4, 5, 6, 8, 10, 15, 20, 25, 30
PAL model : 1, 2, 3, 4, 5, 6, 8, 12, 16, 20, 25
SNT-EX101/101E/104/154
117
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12.4 ImageMaxSize
Model
Settings
Aspect Ratio : 4:3
ImageMaxSize
1280x960
SNC-CH110
SNC-DH110/110T
Aspect Ratio : 16:9
Maximum image size : 1280x1024
Maximum image size : 1280x720
Aspect Ratio : 4:3
1280x720
1280x1024
1280x720
2048x1536
1920x1080
1920x1440
1920x1080
1280x720
720x480
SNC-CH120/140/160/180
SNC-DH120/120T/140/140T/160/180
SNC-CH210
SNC-DH210/210T
Aspect Ratio : 16:9
Maximum image size : 1920x1440
Maximum image size : 1920x1080
-
SNC-CH220/240/260/280
SNC-DH220/220T/240/240T/260/280
SNC-RH124/164
SNC-RS44/46/84/86
NTSC
SNT-EX101/101E/104/154
PAL
720x576
12.5 VidCapSize
Model
Settings
VidCapSize
SNC-CH110
Aspect Ratio : 4:3
1280,960
1280,720
1280,1024
1280,720
2048,1536
1920,1080
1920,1440
1920,1080
SNC-DH110/110T
Aspect Ratio : 16:9
SNC-CH120/140/160/180
SNC-DH120/120T/140/140T/160/180
SNC-CH210
Maximum image size : 1280x1024
Maximum image size : 1280x720
Aspect Ratio : 4:3
SNC-DH210/210T
Aspect Ratio : 16:9
SNC-CH220/240/260/280
SNC-DH220/220T/240/240T/260/280
Maximum image size : 1920x1440
Maximum image size : 1920x1080
12.6 AutoSlowShutterMinSpeed
Model
AutoSlowShutterMinSpeed
Note
1 s
1/2 s
1
1/4 s
2
1/8 s
3
1/15 s 1/30 s
1/60 s
SNC-CH110/120/140/160/180/210/
220/240/260/280
0
4
5
-
1/30 sec, upper
limit.
SNC-DH110/110T/120/120T/140/14
0T/160/180/210/210T/220/220T/24
0/240T/260/280
SNC-RH124/164
-
1
1
2
2
3
3
4
4
5
5
6
6
1/2 sec, lower
limit.
SNC-RS44/46/84/86
0
Only inquiry.
118
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12.7 AgcMaxGain
Model
AgcMaxGain
"0" to "4" (6, 12, 18, 24, 30dB)
SNC-CH110
SNC-DH110/110T
SNC-CH120/160/210
SNC-DH120/120T/160
SNC-CH140/180/220/240/260/280
SNC-DH140/140T/180/220/220T/240/240
T/260/280
"0" to "6" (6, 12, 18, 24, 30, 36, 42dB)
"0" to "2"
SNC-CH210
"0" to "5" (6, 12, 18, 24, 30, 38dB)
SNC-DH210/DH210T
SNC-RH124/164
"7" (18dB)
SNC-RS44/46/84/86
"15" (28dB)
12.8 Privacy Mask
Model
Number of privacy mask
SNC-CH110/210
0
8
4
SNC-DH110/110T/210/210T
SNC-CH120/140/160/180/240/280
SNC-DH120/120T/140/140T/160/180/240/240T/280
SNC-CH220/260
SNC-DH220/220T/260
SNC-RH124/164
32
32
0
SNC-RS44/46/84/86
SNT-EP104/154
SNT-EX101/101E/104/154
8
Note) The SNC-CH120/160 and SNC-DH120/120T/160 came to be able to use privacy mask from
firmware Ver. 1.30.
119
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12.9 WBMode
Value
SNC-CH110/120/140/160/180/210/220/240/260/280
SNC-DH110/110T/120/120T/140/140T/160/
180/210/210T/220/220T/240/240T/260/280
SNC-RH124/164
SNC-RS44/46/84/86
auto
atw
atwpro
indoor
outdoor:
fluorescent:
mercurylamp
sodiumlamp
metalhalide
whiteled
onepushwb
manual
: Available
12.10 Alarm In / Alarm Out
<AI> in the CGI command list is the number of Alarm In. <AO> is the number of Alarm Out. It is specified
with an integer of the range that it is shown in the following table.
Model
<AI>
1 - 4
<AO>
1 - 2
SNC-RH124/164
SNC-RS44/46/84/86
SNC-CH140/180/240/280
1
1
1
1 - 2
SNC-DH140/140T/180/240/240T/280
SNC-CH120/160/220/260
SNC-DH120/120T/160/220T/260
SNC-CH110/210
1
-
SNC-DH110/110T/210/210T
SNC-DH220
-
-
SNT-EX101/101E
1 - 2
1 - 4
1 - 2
1 - 4
SNT-EX104/154
120
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12.11 View mode<mode>
viewermode
bit
function
description
Full
1
PanTilt
Preset
Light
1
View
1
0
1
2
3
4
5
6
7
8
9
1
1
-
Reserved.
1
1
1
1
1
Time
Display time.
Display volume.
1
1
1
1
1
Volume
1
1
1
1
0
View Size
Capture
Display viewer size button.
Display capture icon.
1
1
1
1
0
1
1
1
1
0
-
Reserved.
1
0
0
0
0
Frame rate
Trigger
Display frame rate list box.
Display trigger icon.
1
0
0
0
0
1
0
0
0
0
TCP/UDP
Pan Tilt control
Preset position
Codec select
-
Display TCP/UDP select button.
Display PanTiltControl icon.
Display PresetPosition list box.
Display codec select button.
Reserved.
1
1
0
0
0
10
1
1
1
0
0
11
1
1
1
1
0
12-29
30
-
-
-
-
-
0/1
0/1
0/1
0/1
0/1
0/1
0/1
0/1
0/1
0/1
Audio upload
FTP server
Enable upload of an audio file.
Enable FTP server.
31
12.12 The range of axis and the decision size of Object detection and VMF
Model
Settings
Range of axis
Decision size
SNC-CH110
Aspect Ratio : 4:3
(0, 0) – (1279, 959) 20x30 - 1280x960
(0, 0) – (1279, 719) 20x23 - 1280x720
(0, 0) - (1279, 1023) 20x32 - 1280x1024
SNC-DH110/110T
Aspect Ratio : 16:9
Maximum image size : 1280x1024
Maximum image size : 1280x720
Aspect Ratio : 4:3
SNC-CH120/140/160/180
SNC-DH120/120T/140/140T/160/180
SNC-CH210
(0, 0) - (1279, 719)
20x23 - 1280x720
(0, 0) - (2047, 1535) 32x48 - 2048x1536
(0, 0) - (1919, 1079) 30x34 - 1920x1080
(0, 0) - (1919, 1439) 24x24 -1920x1440
(0, 0) - (1919, 1079) 24x24 - 1920x1080
SNC-DH210/210T
Aspect Ratio : 16:9
Maximum image size : 1920x1440
Maximum image size : 1920x1080
-
SNC-CH220/240/260/280
SNC-DH220/220T/240/240T/260/280
SNC-RH124/164
(0, 0) - (1279, 719)
(0, 0) - (719, 479)
(0, 0) - (719, 575)
16x16 - 1280x720
8x8 - 720x480
8x8 - 720x576
SNC-RS44/46/84/86
NTSC
SNT-EX101/101E/104/154
PAL
121
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12.13 Shutter Speed, Iris, Gain, ExpComp
SNC-RH124/164
Shutter Speed
NTSC(sec)
1/2
Iris
Gain
ExpComp
Value (EV)
-1.75
Value
PAL(Sec)
1/2
Value
(F)
Close
Value
(dB)
-3.0
1
2
3
4
5
6
7
8
9
0
0
1
2
3
4
5
6
7
0
1
2
3
4
5
6
7
8
9
1/4
1/3
1
2
3
4
5
6
7
8
9
26
22
19
16
14
11
0.0
3.0
6.0
9.0
-1.5
-1.25
-1
1/8
1/6
1/15
1/12
1/30
1/25
-0.75
-0.5
-0.25
0
1/60
1/50
12.0
15.0
18.0
1/90
1/75
1/100
1/125
1/100
1/125
1/150
1/215
1/300
1/425
1/600
1/1000
1/1250
1/1750
1/2500
1/3500
1/6000
1/10000
9.6
8.0
6.8
+0.25
+0.5
10 1/180
11 1/250
12 1/350
13 1/500
14 1/725
15 1/1000
16 1/1500
17 1/2000
18 1/3000
19 1/4000
20 1/6000
21 1/10000
10 5.6
11 4.8
12 4.0
13 3.4
14 2.8
15 2.4
16 2.0
17 1.8
10 +0.75
11 +1
12 +1.25
13 +1.5
14 +1.75
122
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-RS44/84
Shutter Speed
Iris
Gain
ExpComp
Value (EV)
-1.75
Value
NTSC(sec)
PAL(Sec)
Value
(F)
Close
Value
(dB)
-3.0
0
1
2
3
4
5
6
7
8
9
1
1
0
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
1/2
1/2
1
2
3
4
5
6
7
8
9
22
0.0
2.0
4.0
6.0
8.0
-1.5
-1.25
-1
1/4
1/3
19
1/8
1/6
16
1/15
1/30
1/60
1/90
1/100
1/125
1/12
14
-0.75
-0.5
-0.25
0
1/25
11
1/50
9.6
8.0
6.8
5.6
10.0
12.0
14.0
16.0
1/75
1/100
1/125
1/150
1/215
1/300
1/425
1/600
1/1000
1/1250
1/1750
1/2500
1/3500
1/6000
1/10000
+0.25
+0.5
10 1/180
11 1/250
12 1/350
13 1/500
14 1/725
15 1/1000
16 1/1500
17 1/2000
18 1/3000
19 1/4000
20 1/6000
21 1/10000
10 4.8
11 4.0
12 3.4
13 2.8
14 2.4
15 2.0
16 1.6
17 1.4
10 18.0
11 20.0
12 22.0
13 24.0
14 26.0
15 28.0
10 +0.75
11 +1
12 +1.25
13 +1.5
14 +1.75
123
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-RS46/86
Shutter Speed
Iris
Gain
ExpComp
Value (EV)
-1.75
Value
NTSC(sec)
PAL(Sec)
Value
(F)
Close
Value
(dB)
-3.0
0
1
2
3
4
5
6
7
8
9
1
1
0
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
1/2
1/2
1
2
3
4
5
6
7
8
9
28
22
19
16
14
11
0.0
2.0
4.0
6.0
8.0
-1.5
-1.25
-1
1/4
1/3
1/8
1/6
1/15
1/30
1/60
1/90
1/100
1/125
1/12
-0.75
-0.5
-0.25
0
1/25
1/50
10.0
12.0
14.0
16.0
1/75
9.6
8.0
6.8
1/100
1/125
1/150
1/215
1/300
1/425
1/600
1/1000
1/1250
1/1750
1/2500
1/3500
1/6000
1/10000
+0.25
+0.5
10 1/180
11 1/250
12 1/350
13 1/500
14 1/725
15 1/1000
16 1/1500
17 1/2000
18 1/3000
19 1/4000
20 1/6000
21 1/10000
10 5.6
11 4.8
12 4.0
13 3.4
14 2.8
15 2.4
16 2.0
17 1.6
10 18.0
11 20.0
12 22.0
13 24.0
14 26.0
15 28.0
10 +0.75
11 +1
12 +1.25
13 +1.5
14 +1.75
124
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-CH140/180/240, SNC-DH140/140T/180/240/240T
Shutter Speed
Value (sec)
ExpComp
Value (EV)
0
1
2
3
4
5
6
7
8
9
1
0
1
2
3
4
5
6
7
8
9
-2.0
-1.6
-1.3
-1.0
-0.6
-0.3
0
1/2
1/4
1/8
1/15
1/30
1/50
1/60
1/100
1/250
+0.3
+0.6
+1.0
10 1/500
10 +1.3
11 +1.6
12 +2.0
11 1/1000
12 1/2000
13 1/4000
14 1/10000
SNC-CH120/160/210/220/260, SNC-DH120/120T/160/210/210T/220/220T/260
Shutter Speed
Value
(sec)
0
1
2
3
4
5
6
7
8
9
1
1/2
1/4
1/8
1/15
1/30
1/50
1/60
1/100
1/250
10 1/500
11 1/1000
12 1/2000
13 1/4000
14 1/10000
125
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-CH110, SNC-DH110/110T
Shutter Speed
Value
(sec)
1
2
3
4
5
6
7
8
9
1/2
1/4
1/8
1/15
1/30
1/50
1/60
1/100
1/250
10 1/500
11 1/1000
12 1/2000
13 1/4000
14 1/10000
12.14 PanTilter
SNC-RH124, SNC-RS44N/P, SNC-RS46N/P
126
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12.15 PanMovementRange / TiltMovementRange / ZoomMovementRange
Model
Settings
Pan Movement
Range
Tilt Movement
Range
Zoom Movement Range
SNC-CH120/160/
SNC-DH120/120T/160
SNC-CH210
Max. image size :1280x1024 "FE20" to "01E0" "FEAB" to "0155" "0064","012C","012C"
Max. image size :1280x720
Aspect Ratio : 4:3
"FF10" to "00F0"
"FD90" to "0270"
"FE2C" to "01D4" "0064","0100","0100"
SNC-DH210/210T
SNC-CH220/260
SNC-DH220/220T/260
SNC-CH240/280
SNC-DH240/240T/280
SNC-RH124/164
Aspect Ratio : 16:9
"FDB7" to "0249" "FEB7" to "0149"
Max. image size :1280x1024 "FE20" to "01E0" "FE80" to "0180"
Max. image size :1280x720 "FEF2" to "010E"
Max. image size :1920x1440 "FD30" to "02D0" "FDE4" to "021C" "0064","0190","0190"
"0064","0190","0190"
Max. image size :1920x1080
-
"FE6B" to "0195"
"E020" to "1FE0" "E570" to "0AA0" optical tele end : "4000"
digital tele end : "8C40"
SNC-RS44/46/84/86
-
"E020" to "1FE0" "E570" to "0AA0" optical tele end : "4000"
digital tele end : "7AC0"
12.16 Zoom ratio and Zoom position(expected value)
SNC-RH124/164
Value
Value
Digital
(Optical Zoom
Position Data)
Zoom Ratio
(Digital Zoom
Position Data)
Zoom Ratio
0000 x 1
4000 x 1
0800 x 1.2
1000 x 1.5
1800 x 1.9
2000 x 2.5
2800 x 3.4
3000 x 4.8
3800 x 6.8
4000 x 10.1
5bc0 x 1.5
69c0 x 2
7e80 x 4
8900 x 8
8c40 x 12
127
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-RS44/84
Value
Value
Digital
(Optical Zoom
Position Data)
0000 x 1
Zoom Ratio
(Digital Zoom
Position Data)
Zoom Ratio
4000 x 1
1606 x 2
6000 x 2
6A80 x 3
7000 x 4
7340 x 5
7540 x 6
76C0 x 7
7800 x 8
7900 x 9
7980 x 10
7A40 x 11
7AC0 x 12
2151 x 3
2860 x 4
2CB5 x 5
3060 x 6
32D3 x 7
3545 x 8
3727 x 9
38A9 x 10
3A42 x 11
3B4B x 12
3C85 x 13
3D75 x 14
3E4E x 15
3EF7 x 16
3FA0 x 17
4000 x 18
128
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-RS46/86
Value
Value
Digital
(Optical Zoom
Position Data)
0000 x 1
Zoom Ratio
(Digital Zoom
Position Data)
Zoom Ratio
4000 x 1
166F x 2
6000 x 2
6A80 x 3
7000 x 4
7300 x 5
7540 x 6
76C0 x 7
7800 x 8
78C0 x 9
7980 x 10
7A00 x 11
7AC0 x 12
1FF0 x 3
257D x 4
2940 x 5
2C02 x 6
2E2B x 7
2FEE x 8
316A x 9
32B2 x 10
33D4 x 11
34D9 x 12
35C8 x 13
36A4 x 14
3773 x 15
3836 x 16
38F0 x 17
39A0 x 18
3A49 x 19
3AE8 x 20
3B7F x 21
3C0C x 22
3C8E x 23
3D06 x 24
3D73 x 25
3DD4 x 26
3E2C x 27
3E7C x 28
3E2C x 29
3F00 x 30
3F38 x 31
3F68 x 32
3F94 x 33
3FBD x 34
3FDF x 35
4000 x 36
129
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
12.17 Focus(expected value)
SNC-RH124/164
Focus Position
1000 ~ C000
Far end Near end
1000 : Over Inf
2000 : 4.5m
Focus Near Limit
Left listed value may be
shifted by thermal
conditions.
3000 : 2.0m
4000 : 1.2m
5000 : 80cm
6000 : 45cm
7000 : 38cm
8000 : 15cm
9000 : 7.0cm
A000 : 3.8cm
B000 : 2.1cm
C000 : 1.0cm
Lower 1 digits is fixed
with “00”.
SNC-RS44/84
Focus Position
1000 ~ C000
Far end Near end
1000 : Over Inf
2000 : 8.0m
Focus Near Limit
Left listed value may be
shifted by thermal
conditions.
3000 : 3.5m
4000 : 2.0m
5000 : 1.4cm
6000 : 1m
Lower 1 digits is fixed
with “00”.
7000 : 80cm
8000 : 29cm
9000 : 10cm
A000 : 4.7cm
B000 : 2.3cm
C000 : 1.0cm
130
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
SNC-RS46/86
Focus Position
1000 ~ C000
Far end Near end
1000 : Over Inf
2000 : 20m
Focus Near Limit
Left listed value may be
shifted by thermal
conditions.
3000 : 10m
4000 : 5m
5000 : 3cm
6000 : 2m
Lower 1 digits is fixed
with “00”.
7000 : 1.5m
8000 : 32cm
9000 : 9.5cm
A000 : 4.5cm
B000 : 2cm
C000 : 1cm
131
Download from Www.Somanuals.com. All Manuals Search And Download.
CGI Command Manual
Revision history
Version
0.9
Date
Comment
Jun.17,2009
Jul.17,2009
Aug.21,2009
Provisional edition
Provisional edition
Provisional edition
0.91
0.92
Added command of motion video request commands
Some parameter addition and the change of the value.
1.00
Sep.17,2009
1.10
1.11
Nov.17,2009
Nov.20,2009
The CGI command of SNC-CH140/DH140 is added.
The example of "10. Information request command" is modified.
The CGI command of SNC-CH180/DH180 is added.
Description was added to Appendix.
1.12
Jan.8,2010
1.2
Feb.26,2010
Apr.09,2010
The CGI command of SNC-CH240/DH240 is added.
The CGI command of EdgeStorage is added.
1.21
The CGI command EdgeStorageFunc of the EdgeStorage category is changed to
EdgeStorage.
1.22
Apr.20,2010
1.3
May.31,2010
Jun.15,2010
Jul. 28,2010
The CGI command of SNC-CH120/210 and SNC-DH120/120T is added.
The CGI command DynamicRangeCompressor is added.
SNC-CH160/DH160 is added.
1.31
1.4
SNC-CH220 and SNC-DH220/220T are added. The note of ODPre<XXX>Win<YY>Area
is modified.
1.5
Aug.26,2010
1.6
1.7
1.8
Sep. 10, 2010
Oct. 15, 2010
Nov. 15, 2010
SNC-CH260/280 and SNC-DH260/280 is added.
SNC-CH110 and SNC-DH210/210T is added.
SNC-DH110/110T is added. It corresponded to firmware version 1.3.
132
Download from Www.Somanuals.com. All Manuals Search And Download.
|