OSD_ENABLED

Description

Control of the OSD (On Screen Display) function.

The input argument of this command is hexadecimal value. It controls how many types of information could be shown on the OSD. Here is the map of the input hexadecimal value and the information type on OSD.

Bit value in the input argument Type of information on OSD
Bit 0      Video (Channel) Title Name
Bit 1      Video Loss Trigger
Bit 2      Motion Detection Trigger
Bit 3      Date and Time
Bit 4      DIO status

The bit value is 1, the corresponding device information will be shown on the OSD. And the bit value is 0, the corresponding device information will not be shown on the OSD.

Input Argument

0xnn
where
nn : in hexadecimal and decoded in bit-wise for type of device information on OSD.

Note that the value in higher bit (bit 5~7) will not effect the OSD display function and there is no error message returned if the higher bit (but 5~7) is not zero.

Attribute

Return of Message

OSD_ENABLED='0x0f'
OSD_ENABLED='0x0f'
or
ERROR: OSD_ENABLED Value Failed (if the setting is lager than 0xff)

Applicability

Status

Valid

See Also

MOTION_ENABLED, TITLE_NAME

Example

http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&OSD_ENABLED
http://ip:port/cgi-bin/quad?USER=Admin&PWD=123456&OSD_ENABLED=0x0f

Back to

HOME, QUAD CGI