Instruction manual

Programming
109
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Video SEND_COMMANDs (Cont.)
VIDOUT_BRIGHTNESS
Sets the output brightness of
the video port.
Sets the output brightness of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_BRIGHTNESS-<value>'"
Variables:
value = 0..100
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_BRIGHTNESS-50'"
Sets the brightness of video output port (#1 based on D:P:S) to 50.
?VIDOUT_CONTRAST
Requests the input contrast
value of the video port.
Requests the output contrast of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_CONTRAST'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_CONTRAST'"
Returns a COMMAND string of the form: VIDOUT_CONTRAST-<value>.
VIDOUT_CONTRAST
Sets the output contrast of
the video port.
Sets the output contrast of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_CONTRAST-<value>'"
Variables:
value = 0..100
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_CONTRAST-50'"
Sets the contrast of video output port (#1 based on D:P:S) to 50.
?VIDOUT_FREEZE
Requests whether the
freeze option is active on the
video output port.
Requests the status of the freeze option of the video port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_FREEZE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_FREEZE'"
Returns a COMMAND string of the form: VIDOUT_FREEZE-
<ENABLE|DISABLE>.
VIDOUT_FREEZE
Sets the freeze option on the
video output port.
Enables or disables the Freeze setting on the video port addressed by the
D:P:S. If enabled, then the Freeze setting is on. If disabled, then the Freeze
setting is off.
Syntax:
SEND_COMMAND <DEV>,"’ VIDOUT_FREEZE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"' VIDOUT_FREEZE-ENABLE'"
?VIDOUT_HSHIFT
Requests the horizontal shift
value of the video output
port.
Requests the horizontal shifting of the video output port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_HSHIFT'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_HSHIFT'"
Returns a COMMAND string of the form: VIDOUT_HSHIFT-<value>.