Instruction manual
Programming
106
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Video SEND_COMMANDs (Cont.)
?VIDIN_PHASE
Requests the input phase
value of the video port.
Requests the input phase of the video port addressed by the D:P:S. This
command is valid only for inputs whose format is set to VGA.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_PHASE'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_PHASE'"
Returns a COMMAND string of the form: VIDIN_PHASE-<value>.
VIDIN_PHASE
Sets the input phase of the
video port.
Sets the input phase of the video port addressed by the D:P:S to <value>. This
command is valid only for inputs whose format is set to VGA.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_PHASE-<value>'"
Variables:
value = 0..31
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_PHASE-23'"
Sets the phase of video input port (#1 based on D:P:S) to 23.
?VIDIN_PREF_EDID
Requests the preferred
resolution of the EDID
source for the video input.
Requests the preferred resolution of the EDID source being mirrored by the
video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_PREF_EDID'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_PREF_EDID'"
Returns a COMMAND string of the form: VIDIN_PREF_EDID-<resolution>.
VIDIN_PREF_EDID
Sets the preferred resolution
for the EDID source for the
video input.
Sets the preferred resolution for the EDID source to mirror in video input port
addressed by D:P:S. You can only set the preferred resolution if you use the
VIDIN_EDID command to set the EDID source to All Resolutions, Wide-screen,
or Full-screen.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_PREF_EDID-<resolution>'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_PREF_EDID-1280x1024,60'"
?VIDIN_RES_AUTO
Requests the status of the
auto resolution setting on
the video input port.
Requests to see if the video input port addressed by the D:P:S has its auto
resolution setting enabled or disabled.
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>.
VIDIN_RES_AUTO
Sets the status of the auto
resolution setting on the
video input port.
Enables or disables whether the video input port addressed by D:P:S 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'"
?VIDIN_RES_REF
Requests the resolution of
the video input port.
Requests to resolution of the video input port addressed by the D:P:S.
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>.