Vidin_Res_Auto; Vidin_Res_Ref; Vidin_Saturation; Vidin_Status - AMX Enova DVX-3150HD-SP Instruction Manual

All-in-one presentation switchers
Hide thumbs Also See for Enova DVX-3150HD-SP:
Table of Contents

Advertisement

Video SEND_COMMANDs

?VIDIN_RES_AUTO

VIDIN_RES_AUTO

?VIDIN_RES_REF

VIDIN_RES_REF

?VIDIN_SATURATION

VIDIN_SATURATION

?VIDIN_STATUS

?VIDIN_VSHIFT

Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Requests the status (enabled /disabled) of the auto resolution setting on the specified video input port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_RES_AUTO'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_RES_AUTO'"
Returns a COMMAND string of the form:
VIDIN_RES_AUTO-<ENABLE|DISABLE>
Enables or disables the auto resolution detect setting on the specified video input port (sets whether the
video input port is supposed to have its resolution auto-detected.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_RES_AUTO-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_RES_AUTO-ENABLE'"
Requests to resolution of the specified video input port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_RES_REF'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_RES_REF'"
Returns a COMMAND string of the form:
VIDIN_RES_REF-<h>x<v>,<rate>
Sets the resolution and refresh rate of the specified video input port.
Invalid combinations are ignored by the SWITCHER.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_RES_REF-<horizontal>x<vertical>,
<refresh-rate>'"
Variables:
horizontal = An integer value representing the horizontal.
vertical = An integer value representing the vertical. May have an additional qualifier such as 'i' or 'p'.
refresh-rate = An integer value representing the refresh rate.
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_RES_REF-1440x480i,59'"
For a list of supported resolutions, see Appendix A - Input Resolutions on page 110.
Requests the saturation level setting of the specified video input port.
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 saturation level setting of the specified video input port 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 status of the specified video input port.
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 VALID SIGNAL
Requests the vertical shift value of the specified RGB video input port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_VSHIFT'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_VSHIFT'"
Returns a COMMAND string of the form:
VIDIN_VSHIFT-<value>
Programming
Continued 
101

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents