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. This URL is the same as the OSD_ENABLED in QUAD CGI.

In "QUAD" mode in ACD-2000Q, it could show camera name and video lost on OSD. Therefore, only two bits, Bit 0 and Bit 1, are available in the URL for ACD2000.

Bit value in the input argument Type of information on OSD
Bit 0      Camera 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='0x01'
OSD_ENABLED='0x01'
or
ERROR: OSD_ENABLED='0x00'

Applicability

Status

Valid

See Also

OSD_FORMAT, OSD_STATE

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&OSD_ENABLED
or
http://ip:port/cgi-bin/cmd/encoder?OSD_ENABLED
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&OSD_ENABLED=0x01
or
http://ip:port/cgi-bin/cmd/encoder?OSD_ENABLED=0x01

Back to

HOME, ENCODER CGI