Instruction manual
Programming
106
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Video SEND_COMMANDs (Cont.)
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.
?VIDIN_HDCP Queries the video input HDCP compliance setting of the specified video input port.
Syntax:
SEND_COMMAND <DEV>,"'?VIDIN_HDCP'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_HDCP'"
Returns a string of the form:
VIDIN_STATUS-<ENABLE|DISABLE>