Vidin_Saturation; Vidin_Status; Vidin_Vshift; Vidout_Aspect_Ratio - AMX Enova DVX-3150HD Operation/Reference Manual

Enova dvx-3150hd/3155hd series 10x4 all-in-one presentation switcher
Hide thumbs Also See for Enova DVX-3150HD:
Table of Contents

Advertisement

Video SEND_COMMANDs (Cont.)

?VIDIN_SATURATION

Requests the saturation
level of the video input port.
VIDIN_SATURATION
Sets the saturation level of
the video input port.

?VIDIN_STATUS

Requests the status of the
video input port.

?VIDIN_VSHIFT

Requests the vertical shift
value of the RGB video input
port.
VIDIN_VSHIFT
Sets the vertical shifting of
the RGB video input port.

?VIDOUT_ASPECT_RATIO

Requests the aspect ratio of
the video output port.
Enova DVX-3150HD/3155HD All-in-One Presentation Switcher Operation/Reference Guide
Requests the input saturation of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_SATURATION'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_SATURATION'"
Returns a COMMAND string of the form: VIDIN_SATURATION-<value>.
Sets the input saturation of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_SATURATION-<value>'"
Variables:
value = 0..100
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_SATURATION-50'"
Sets the saturation of video input port (#1 based on D:P:S) to 50.
Requests the video input status of the video input port addressed by the D:P:S
Syntax:
SEND_COMMAND <DEV>,"'?VIDIN_STATUS'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_STATUS'"
Returns a COMMAND string of the form: VIDIN_STATUS-<status string>
status string = NO SIGNAL, UNKNOWN SIGNAL, or SIGNAL IS OK.
Requests the input Vertical shifting of the RGB video port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_VSHIFT'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_VSHIFT'"
Returns a COMMAND string of the form: VIDIN_VSHIFT-<value>.
Sets the vertical shift of the video port addressed by the D:P:S 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).
Requests the aspect ratio of the video output port addressed by the D:P:S.
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 for the list of aspect ratios.
Programming
103

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents