66
NO Command Syntax Example
34 VIDOUT_CONTRAST
Command:
SEND_COMMAND <DEV>,
“‘VIDOUT_CONTRAST-<value>'"
Return:
VIDOUT_CONTRAST-<value>
Description:
Sets the output contrast of the video
output port addressed by the D:P:S
to <value>.
Variables:
value={0~100}
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'VIDOUT_CONTRAST-50"
Return:
VIDOUT_CONTRAST-50
Description:
Sets the contrast to 50 for
the video output port #1.
35 ?VIDOUT_CONTRAST
Command:
SEND_COMMAND <DEV>,
“‘?VIDOUT_CONTRAST '"
Return:
VIDOUT_CONTRAST-<value>
Description:
Requests the output contrast of the
video port addressed by the D:P:S.
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'?VIDOUT_CONTRAST '"
Return:
VIDOUT_CONTRAST-50
36 VIDOUT_FREEZE
Command:
SEND_COMMAND <DEV>,
“‘VIDOUT_FREEZE-<ENABLE|DISA
BLE>'"
Return:
VIDOUT_FREEZE-<ENABLE|DISABLE
>
Description:
Enables or disables the Freeze for
the video output port addressed by
the D:P:S.
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'VIDOUT_FREEZE-ENABLE"
Return:
VIDOUT_FREEZE-ENABLE
37 ?VIDOUT_FREEZE
Command:
SEND_COMMAND <DEV>,
“‘?VIDOUT_FREEZE '"
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'?VIDOUT_FREEZE '"