setUSBCMode
Director Plus
Set the UVC output display content on the USB Out port.
Address
/system/setUSBCMode [mode]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | The UVC output display content. 0: Mirror 1: Program 2: Loop HDMI 1 3: Loop HDMI 2 4: Multi-view 5: Preview 6:Loop HDMI 3 7:Loop HDMI 4 10:Loop Webcam 1 11:Loop Webcam 2 |
Director One/Director Mini
Set the content displayed on the external screen.
Address
/system/setUSBCMode [mode]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | The content displayed on the extern screen. 0: Duplicate Screen 1: Clean Program 2: Loop HDMI 1 3: Loop HDMI 2 4: Multi-view 5: Preview |
Example
Set the content displayed on the external screen as Preview.
/system/setUSBCMode 5
Note: Floating point numbers will be rounded down. /gfx/setUSBCMode 1.9 = /gfx/setUSBCMode 1