getOutSettingsSourceList
Use the interface to get the list of available sources for output settings.
Director Plus
Request Mode
POST/GET http://ip/V1.0/system/getOutSettingsSourceList
Request Data
Null
Response Body
[
{
"mode": 1
},
{
"mode": 5
},
{
"mode": 4
},
{
"mode": 0
},
{
"mode": 2
},
{
"mode": 3
},
{
"mode": 6
},
{
"mode": 7
},
{
"mode": 10
},
{
"mode": 11
},
{
"mode": 9,
"name": "Phone Camera #1",
"uuid": "4d056314a79745aaadebbcc9295e8a7c"
},
{
"mode": 9,
"name": "Original",
"uuid": "ab70b57ed57b4624bd89fab17aa4f8a3"
},
{
"mode": 8,
"name": "Chrom",
"uuid": "0"
}
]
| Parameter | Type | Description |
|---|---|---|
| mode | Int | The display content on the external screen. 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 8:Loop App 9:Loop custom source (supporting stream and phone camera) 10:Loop Webcam 1 11:Loop Webcam 2 |
| name | String | The name of the custom source. Only valid when mode is 9. |
| uuid | String | The unique ID of the custom source or app. Only valid when mode is 8 or 9. |
Director One / Director Mini
Not supported.