CHxx_SOURCE_TYPE
Description
Get or Set the what kind of encoder in this channel the decoder connects to.
There are three types of encoders, 1CH encoder, Quad Channel Encoder and Multi-Channel Encoder.
The mapping of the input argument and the type of encoder is listed below.
Input Argument Type of Encoder 0 1CH Encoder 1 QUAD Channel Encoder 2 Multi-Channel Encoder The xx is the channel ID in the decoder started from 01 and ended to 16.
In EPL decoder device, the xx is fixed to 01.
Input Argument
0, 1 or 2
Attribute
Return of Message
CHxx_SOURCE_TYPE='1'
OK: CHxx_SOURCE_TYPE='1'
or
ERROR: CHxx_SOURCE_TYPE='1'
Applicability
Status
Valid
See Also
CHxx_VIDEO_CONNECT, CHxx_VIDEO_VARFPS, CHxx_VIDEO_STREAM, CHxx_VIDEO_AUDIO, CHxx_VIDEO_CONTROL, CHxx_VIDEO_TCP_IP, CHxx_VIDEO_MULTICAST_IP, CHxx_VIDEO_USERNAME, CHxx_VIDEO_PASSWORD, CHxx_PORT_STREAM, CHxx_PORT_CONTROL, CHxx_PORT_MULTICAST, CHxx_PORT_RTP, CHxx_PORT_HTTP, CHxx_TIME, CHxx_QUAD_CHANNEL, CHxx_CHANNEL, SWITCH, VIDEO_VARFPS
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_SOURCE_TYPE
where xx is from 01~16
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_SOURCE_TYPE=1
where xx is from 01~16
Back to