get-usb-output-config
Use the interface to get the USB Output configuration.
Request Mode
POST http://ip/mwapi?method=get-usb-output-config
Response Body
{
"status": 0,
"uvc-formats": [
{
"fourcc": "NV12",
"resolutions": [
{
"width": 1920,
"height": 1080,
"fps": 6000
},
{
"width": 1280,
"height": 720,
"fps": 3000
}
]
}
],
"uac-formats": [
{
"sample-rate": 48000,
"channels": 2,
"bits-count": 16
}
]
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
uvc-formats | The UVC format list |
uac-formats | The UAC format list |