Instruction manual
Programming
103
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Video SEND_COMMANDs (Cont.)
VIDIN_BW
Enables the color setting for
the video input port.
Enables or disables the COLOR setting on the video port addressed by the
D:P:S. If enabled, then the COLOR setting is true. If disabled, then the COLOR
setting is false which means it's Black & White instead.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_COLOR-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_COLOR-ENABLE'"
?VIDIN_CONTRAST
Requests the input contrast
value of the video port.
Requests the input contrast of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_CONTRAST'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_CONTRAST'"
Returns a COMMAND string of the form: VIDIN_CONTRAST-<value>.
VIDIN_CONTRAST
Sets the input contrast of the
video port.
Sets the input contrast of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_CONTRAST-<value>'"
Variables:
value = 0..100
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_CONTRAST-50'"
Sets the contrast of video input port (#1 based on D:P:S) to 50.
?VIDIN_EDID
Requests which EDID
source the video input is
mirroring.
Requests the EDID source being mirrored by the video port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_EDID'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_EDID'"
Returns a COMMAND string of the form: VIDIN_EDID-<source>. See the
VIDIN_EDID command for the list of potential sources.
VIDIN_EDID
Sets the EDID source to
mirror the video input.
Sets the EDID source to mirror in video input port addressed by D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_EDID-<source>'"
Variables:
source = All Resolutions, Wide-Screen, Full-Screen, Mirror Out 1, Mirror Out
2, Mirror Out 3, Mirror Out 4
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_EDID-Mirror Out 2'"
?VIDIN_EDID_AUTO
Requests whether the EDID
source for the video input
updates the available list of
resolutions at regular
intervals.
Requests the status of the EDID update setting for the video port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_EDID_AUTO'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_EDID_AUTO'"
Returns a COMMAND string of the form: VIDIN_EDID_AUTO-<status>.
VIDIN_EDID_AUTO
Sets whether you want the
EDID source for the video
input to update the list of
available resolutions at
regular intervals.
Enables or disables whether the video input port addressed by D:P:S is
supposed to have its list of available resolutions for the EDID source auto
detected.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_EDID_AUTO-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_EDID_AUTO-ENABLE'"