Instruction manual
Programming
105
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Video SEND_COMMANDs (Cont.)
VIDIN_BRIGHTNESS Sets the input brightness of the specified video port to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_BRIGHTNESS-<value>'"
Variables:
value = 0..100
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_BRIGHTNESS-50'"
Sets the brightness of video input port (#1 based on D:P:S) to 50.
?VIDIN_BW Requests the COLOR setting status (enabled/disabled) on the specified video input port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_BW'"
Example:
SEND_COMMAND SWITCHER,"'?VIDIN_BW'"
Returns a COMMAND string of the form:
VIDIN_BW-<ENABLE|DISABLE>
VIDIN_BW Enables or disables the COLOR setting on the specified video port.
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_BW-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_BW-ENABLE'"
?VIDIN_COLOR See the ?VIDIN_BW on page 105 for more information.
VIDIN_COLOR See the VIDIN_BW on page 105 for more information.
?VIDIN_CONTRAST Requests the input contrast of the specified video port.
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 specified video port 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 the EDID source being mirrored by the specified video port. See the
VIDIN_EDID command (page 106) for the list of potential sources.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_EDID'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_EDID'"
Returns a COMMAND string of the form:
VIDIN_EDID-<source>