SYSTEM_PROPERTY
Description
Get the device system property.
Input Argument
None
Attribute
Return of Message
SYSTEM='E'
TYPE='A'
NO_OF_CHANNEL='01'
MULTIPLEXING='X'
NO_OF_AUDIO_WAYS='2'
AUDIO_TYPE='PCM'
MOTION_TYPE='0'
PROTOCOL_TYPE='2'Description of System Property Message
- SYSTEM
E: Standalone device
A: PC device or Add-on card for PC
- TYPE
A: Video Encoder device
B: Video Decoder device
- NO_OF_CHANNEL
1: not used. fix to 1 always
- MULTIPLEXING
X: it is not a multiplexing device
Q: it is a QUAD encoder device
R: it is a Rckmount encoder device
B: it is a blade encoder device
Note that all devices except the QUAD encoder use MULTIPLEXING='X' now
- NO_OF_AUDIO_WAYS
0: It has no Audio.
1: It has one-way audio (MIC/Line In enabled device)
2: It has two-way audio (MIC/Line In/Audio Out enabled device)
- AUDIO_TYPE
PCM: PCM Audio format
- MOTION_TYPE
0: 1CH Motion Detection
1: QUAD Channel Motion Detection
- PROTOCOL_TYPE
1: TCP1.0 protocol
2. TCP2.0 protocol
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SYSTEM_PROPERTY
or
http://ip:port/cgi-bin/cmd/system?SYSTEM_PROPERTY
Back to