TITLE_NAME
Description
Get or Set video title name in every channel.
The CHANNEL=n command has to be set before this URL command. The format of the URL is
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&CHANNEL=n&TITLE_NAME=m
where
n is the channel ID started from 1 (Channel 1) and the range is from 1~4.
m is the title name of the channel. It has be shorter than 8 bytes and could be A~Z, a~z and 0~9 characters. Characters after the 8th character will be removed before set to the device.
Input Argument
n: character string (< 8bytes) in A~Z, a~z and 0~9.
Attribute
Return of Message
CHANNEL='1'
TITLE_NAME='CAMERA 1'
CHANNEL='1'
TITLE_NAME='CAMERA 1'
or
ERROR: CHANNEL Value Failed (if CHANNEL is out of range)
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&CHANNEL=1&TITLE_NAME
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&CHANNEL=1&TITLE_NAME='CAMERA 1'
Back to