Instruction manual

Programming
112
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Video SEND_COMMANDs (Cont.)
VIDOUT_CONTRAST Sets the contrast of the specified video output port 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 the status of the freeze option of the specified video output port.
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 (enables / disables) the Freeze setting on the specified video output port.
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 specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_HSHIFT'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_HSHIFT'"
Returns a COMMAND string of the form:
VIDOUT_HSHIFT-<value>
VIDOUT_HSHIFT Sets the horizontal shift of the specified video output port to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_HSHIFT-<value>'"
Variables:
value = -127..127
Example:
SEND_COMMAND "'VIDOUT_HSHIFT-2'"
Sets the horizontal shifting of video output port (#1 based on D:P:S) to 2 (shift to right).
SEND_COMMAND "'VIDOUT_VSHIFT--3'"
Sets the horizontal shifting of video output port (#1 based on D:P:S) to -3 (shift to left).
?VIDOUT_HSIZE Requests the horizontal size value of the image displayed on the specified video output
port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_HSIZE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_HSIZE'"
Returns a COMMAND string of the form:
VIDOUT_HSIZE-<value>