OSD_POSITION
Description
Get or Set the OSD position on the TV screen.
The OSD has two parts, upper OSD and bottom OSD on the TV screen. The position of upper OSD is configurable by this URL. The bottom OSD is not configurable and depends on the Analog TV Standard (NTSC, PAL). The input argument of this URL gives the offset in pixel form the upper-left corner (0,0) as the starting position to show the OSD.
The format of the Video Out (NTSC or PAL) might be changed if the format of the video source does not match it. Therefore, the position of bottom OSD has to be adapted with new format of the Video Out.
The range of the offset for upper OSD are different among WPL, EPL and PlaformT decoder devices. Here is the list of the range of offset in every devices.
Decoder Devices Range of offset WIS Decoder Devices X: 8~96, Y: 8~96 EPL Decoder Devices X: 1~100, Y: 1~100 PlatformT Decoder Devices TBD The URL OSD_OFFSET_RANGE allows user to know what the range of offset in this decoder device is.
Input Argument
X,Y
where the range of X and Y are listed in above table.
Attribute
Return of Message
OSD_POSITION='10,10'
OK: OSD_POSITION='10,10'
or
ERROR: OSD_POSITION='10,10'
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&OSD_POSITION
or
http://ip:port/cgi-bin/cmd/decoder?OSD_POSITION
http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&OSD_POSITION=10,10
or
http://ip:port/cgi-bin/cmd/decoder?OSD_POSITION=10,10
Back to