OSD_DATE_TIME, OSD_SERVER_IP, OSD_CAMERA_NAME, OSD_LOCAL_IP, OSD_MOTION_DETECT, OSD_STATUS

Description

Enable or Disable to show the specific information of the encoder or decoder on the OSD.

The Decoder could show some information of Encoder or itself on the TV screen. The information is listed below.

Information on the OSD Related URL
Date and Time information of the encoder OSD_DATE_TIME, OSD_DATE_FORMAT
The IP addresses of the encoder OSD_SERVER_IP
The camera name of the encoder OSD_CAMERA_NAME
The IP addresses of the Decoder OSD_LOCAL_IP
The Motion Trigger form the encoder OSD_MOTION_DETECT
The DI Trigger from the Encoder OSD_STATUS

These URLs in the above table, control if the associated information could be shown in the TV screen or not. Please refer these URLs for further details.

The input argument of these URL is "1", the associated information will be shown on the TV screen. Otherwise, the associated information will be shown.

Note for OSD_STATUS

The DI Trigger on the Decoder is shown on the OSD if only if the DI1 and DI2 were triggered by the encoder at the same time.

Input Argument

n (1: Enable, 0: Disable)

Attribute

Return of Message

OSD_DATE_TIME='1'
OSD_SERVER_IP='1'
OSD_CAMERA_NAME='1'
OSD_LOCAL_IP='1'
OSD_MOTION_DETECT='1'
OSD_STATUS='1'

OK: OSD_DATE_TIME='1'
OK: OSD_SERVER_IP='1'
OK: OSD_CAMERA_NAME='1'
OK: OSD_LOCAL_IP='1'
OK: OSD_MOTION_DETECT='1'
OK: OSD_STATUS='1'
or
ERROR: OSD_DATE_TIME='1'
ERROR: OSD_SERVER_IP='1'
ERROR: OSD_CAMERA_NAME='1'
ERROR: OSD_LOCAL_IP='1'
ERROR: OSD_MOTION_DETECT='1'
ERROR: OSD_STATUS='1'

Applicability

Status

Valid

See Also

OSD, OSD_X, OSD_Y, OSD_DATE_FORMAT

Example

http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_DATE_TIME
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_SERVER_IP
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_CAMERA_NAME
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_LOCAL_IP
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_MOTION_DETECT
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_STATUS

http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_DATE_TIME='1'
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_SERVER_IP='1'
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_CAMERA_NAME='1'
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_LOCAL_IP='1'
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_MOTION_DETECT='1'
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_STATUS='1'

Back to

HOME, URL CGI