Instruction manual
Programming
116
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Video SEND_COMMANDs (Cont.)
?VIDOUT_VSHIFT Requests the vertical shift value of the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_VSHIFT'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_VSHIFT'"
Returns a COMMAND string of the form:
VIDOUT_VSHIFT-<value>
VIDOUT_VSHIFT Sets the vertical shift of the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_VSHIFT-<value>'"
Variables:
value = -127..127
Example:
SEND_COMMAND "'VIDOUT_VSHIFT-2'"
Sets the vertical shifting of video output port (#1 based on D:P:S) to 2 (shift upward).
SEND_COMMAND "'VIDOUT_VSHIFT--3'"
Sets the vertical shifting of video output port (#1 based on D:P:S) to -3 (shift downward).
?VIDOUT_VSIZE Requests the vertical size value of the image displayed on the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_VSIZE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_VSIZE'"
Returns a COMMAND string of the form:
VIDOUT_VSIZE-<value>
VIDOUT_VSIZE Sets the vertical size of the image displayed on the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_VSIZE-<value>'"
Variables:
value = 25..800
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_VSIZE-100'"
Sets the vertical size of video output port (#1 based on D:P:S) to 100.
?VIDOUT_ZOOM Requests the zoom setting value for the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_ZOOM'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_ZOOM'"
Returns a COMMAND string of the form:
VIDOUT_ZOOM-<value>
VIDOUT_ZOOM Sets the zoom of the image on the specified video port to <value>.
Note: Adjusting the video output zoom also adjusts the horizontal and vertical sizes of the
video output.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_ZOOM-<value>'"
Variables:
value = 25..800
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_ZOOM-100'"
Sets the zoom of video output port (#1 based on D:P:S) to 100.