OSD_X, OSD_Y
Description
Get or Set the beginning position of the OSD information.
The device could show some information of the encoder and its information on the TV screen. The OSD information will be placed on the upper-left corner on the screen with a specific offset (x,y) in pixels. The URL could get or set this offset of the OSD.
The range of the input argument are vary from WPL decoders and EPL decoders. Of course, it should make sense to have readable on the TV screen which the video resolution should be concerned.
The range of OSD offset in WPL decoders is X: 8~96 pixels and Y: 8~96 pixels.
The range of OSD offset in WPL decoders is X: 1~100 pixels and Y: 1~100 pixels.
Input Argument
n where is the position in pixel from (0,0) for OSD offset.
Attribute
Return of Message
In WPL Decoder Devices
- None
In EPL Decoder Devices
- Read Operation
OSD_X='30'
OSD_Y='25'
- Write Operation
OK: OSD_X='30'
OK: OSD_Y='25'
or
ERROR: OSD_X='30'
ERROR: OSD_Y='25'
Applicability
Status
Valid
See Also
HOST(only available in WPL Decoder Devices), VIDEO_OSD, OSD, OSD_DATE_TIME, OSD_SERVER_IP, OSD_CAMERA_NAME, OSD_LOCAL_IP, OSD_MOTION_DETECT, OSD_STATUS
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_X
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_Y
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_X=30
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&OSD_Y=25
Back to