65
NO
Command
Syntax
Example
Return:
VIDOUT_BLANK-<BLACK|BLUE|LOG
O 1|LOGO 2|LOGO 3>
Description:
Requests the image setting of the
video blanking feature on the video
output port addressed by the D:P:S.
Return:
VIDOUT_BLANK-BLACK
Description:
The image of the video
blanking is BLACK for the
video output port #1
32
VIDOUT_BRIGHTNESS
Command:
SEND_COMMAND <DEV>,
“‘VIDOUT_BRIGHTNESS-<value>'
"
Return:
VIDOUT_BRIGHTNESS-<value>
Description:
Sets the output brightness of the
video output port addressed by the
D:P:S to <value>.
Variables:
value={0~100}
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'VIDOUT_BRIGHTNESS-50
"
Return:
VIDOUT_BRIGHTNESS-50
Description:
Sets the brightness to 50 for
the video output port #1.
33
?VIDOUT_BRIGHTNESS
Command:
SEND_COMMAND <DEV>,
“‘?VIDOUT_BRIGHTNESS '"
Return:
VIDOUT_BRIGHTNESS-<value>
Description:
Requests the output brightness of
the video output port addressed by
the D:P:S.
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'?VIDOUT_BRIGHTNESS '"
Return:
VIDOUT_BRIGHTNESS-50
Description:
The brightness is 50 for the
video output port #1.