You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Home > Device Management > 3G Ultra Device Management > [3G Ultra] [Wallplate] Input Video Selection Management
[3G Ultra] [Wallplate] Input Video Selection Management
print icon

Wall-plate transmitters allow users to chose between VGA and HDMI distribution. There are three ways to chose how formats are toggled between.

1) Use the physical toggle button to switch between VGA and HDMI (factory default setting):

astparam s v_input_select auto;astparam save;reboot

2) Detect a change in video signal connection and switch based on that change (choose most recently plugged-in video signal):

astparam s v_input_select detect_sync;astparam save;reboot

3) Dynamically toggle between VGA and HDMI over the command line:
Select HDMI:

e e_v_input_digital

Select VGA:

e e_v_input_analog
scroll to top icon