Programming
103
Instruction Manual - Enova DVX-325xHD/22xxHD All-in-One Presentation Switchers
Video SEND_COMMANDs (Cont.)
VIDIN_HDCP
Sets the video input HDCP compliance setting of the video input port addressed by the D:P:S. When
VIDIN_HDCP is disabled, the addressed video input will appear to any source as not being HDCP
compliant. For computer sources that encrypt all video when connected to an HDCP 1.4-compliant
display, disabling HDCP compliance on the input will cause the computer to send non-encrypted video
which can then be routed to non-compliant displays and video conferencing systems.
This command is not available for DXLink input ports.
NOTE:
It may be necessary to disconnect and re-connect PC sources after changing this setting.
CAUTION:
Disabling HDCP compliance for sources that do not support non-compliant displays (such
as DVD and Blu-Ray players) is not recommended and may affect DVX performance.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_HDCP-<option>'"
Variables:
option = ENABLE, DISABLE (default = ENABLE)
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_HDCP-ENABLE'"
Enables the HDCP compliance of video input port (#1 based on D:P:S).
?VIDIN_HDMI_EQ
Requests the status of the equalizer on the HDMI port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_HDMI_EQ'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_HDMI_EQ'"
Returns a COMMAND string of the form: VIDIN_HDMI_EQ-DISABLE.
VIDIN_HDMI_EQ
Enables/disables the equalizer on the HDMI port addressed by D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_HDMI_EQ-<ENABLE|DISBALE>'"
Example:
SEND_COMMAND "'VIDIN_HDMI_EQ-DISABLE'"
Disables the equalizer on the HDMI port.
?VIDIN_HSHIFT
Requests the input Horizontal shift of the VGA video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_HSHIFT'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_HSHIFT'"
Returns a COMMAND string of the form: VIDIN_HSHIFT-<value>.
VIDIN_HSHIFT
Sets the horizontal shift of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_HSHIFT-<value>'"
Variables:
value = -50..50
Example:
SEND_COMMAND "'VIDIN_HSHIFT-2'"
Sets the Horizontal shifting of VGA video input port (#1 based on D:P:S) to 2 (shift to right).
SEND_COMMAND "'VIDIN_HSHIFT--3'"
Sets the horizontal shifting of VGA video input port (#1 based on D:P:S) to -3 (shift to left).
?VIDIN_HUE
Requests the input hue of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_HUE'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_HUE'"
Returns a COMMAND string of the form: VIDIN_HUE-<value>.
VIDIN_HUE
Sets the input hue of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_HUE-<value>'"
Variables:
value = 0..100
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_HUE-50'"
Sets the hue of video input port (#1 based on D:P:S) to 50.