Programming
98
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
?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 98) 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>
VIDIN_EDID
Sets the EDID source to mirror the specified video input.
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 specified video input updates the available list of resolutions at
regular intervals.
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 the EDID source for the specified video input will automatically update the list of available
resolutions at regular intervals.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_EDID_AUTO-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_EDID_AUTO-ENABLE'"
?VIDIN_FORMAT
Requests the input format of the specified video port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_FORMAT'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_FORMAT'"
Returns a COMMAND string of the form:
VIDIN_FORMAT-<format>.
VIDIN_FORMAT
Sets the input format of the specified video port.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_FORMAT-<format>'"
Variables:
format = HDMI, DVI, S-VIDEO, COMPONENT, COMPOSITE, VGA for Multi-Format inputs. HDMI and DVI
only for HDMI inputs.
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_FORMAT-COMPONENT'"
Sets the format of video input port (#1 based on D:P:S) to COMPONENT.
Continued
Video SEND_COMMANDs