OSD_FORMAT

Description

Get or Set the OSD format on the TV screen.

The Decoder could show some information of Encoder or itself on the TV screen. The value in some bits in input argument of this URL controls if the specific information could be on the TV screen or not. The bitmap of the input argument and the OSD information is listed below.

bit in the Input argument Information on the OSD
BIT 0 Date and Time information of the encoder
BIT 1 The IP addresses of the encoder
BIT 2 The camera name of the encoder
BIT 3 The IP addresses of the Decoder
BIT 4 The Motion Trigger form the encoder
BIT 5 The DI Trigger from the Decoder

When the bit in the input argument is set, the associated information will be shown on the OSD. Otherwise, the associated information will not be shown. For example, the Date and Camera name will be shown on the OSD in the OSD_FORMAT=0x05.

The high bits, bit 6 and 7, in the input argument value will be ignored if they are not zero.

Input Argument

Hexadecimal Value: 0x00~0x2F.

Attribute

Return of Message

OSD_FORMAT='0x2f'
OK: OSD_FORMAT='0x2f'
or
ERROR: OSD_FORMAT='0x2f'

Applicability

Status

Valid

See Also

OSD, OSD_POSITION, OSD_POSITION_RANGE, OSD_DATE_FORMAT

Example

http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&OSD_FORMAT
or
http://ip:port/cgi-bin/cmd/decoder?OSD_FORMAT
http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&OSD_FORMAT=0x2f
or
http://ip:port/cgi-bin/cmd/decoder?OSD_FORMAT=0x2f

Back to

HOME, DECODER CGI