Programming
102
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
VIDIN_VSHIFT
Sets the vertical shifting of the specified RGB video input port. to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_VSHIFT-<value>'"
Variables:
value = -10..10
Example:
SEND_COMMAND "'VIDIN_VSHIFT-2'"
Sets the vertical shifting of RGB video input port (#1 based on D:P:S) to 2 (shift upward).
SEND_COMMAND "'VIDIN_VSHIFT--3'"
Sets the vertical shifting of RGB video input port (#1 based on D:P:S) to -3 (shift downward).
?VIDOUT_ASPECT_RATIO
Requests the aspect ratio of the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_ASPECT_RATIO'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_ASPECT_RATIO'"
Returns a COMMAND string of the form:
VIDOUT_ASPECT_RATIO-<ratio>
See the VIDOUT_ASPECT_RATIO command (page 102) for the list of aspect ratios.
VIDOUT_ASPECT_RATIO
Sets the aspect ratio of the specified video output port.
Note that the <ratio> value is case sensitive.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_ASPECT_RATIO-<ratio>'"
Variables:
ratio = MAINTAIN, STRETCH, ZOOM, ANAMORPHIC
NOTE:
This command also accepts FULL in place of MAINTAIN.
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_ASPECT_RATIO-ZOOM'"
?VIDOUT_BLANK
Requests the image setting of the video blanking feature for the specified video output port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_BLANK'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_BLANK'"
Returns a COMMAND string of the form:
VIDOUT_BLANK-<image>
See the
command for the list of images.
VIDOUT_BLANK
Sets the image of the video blanking feature for the specified video output port.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_BLANK-<color>'"
Variables:
image = black, blue, logo 1, logo 2, logo 3
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_BLANK-logo 1'"
?VIDOUT_BRIGHTNESS
Requests the output brightness value of the specified video port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_BRIGHTNESS'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_BRIGHTNESS'"
Returns a COMMAND string of the form:
VIDOUT_BRIGHTNESS-<value>
VIDOUT_BRIGHTNESS
Sets the output brightness of the specified video port 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.
Continued
Video SEND_COMMANDs