get-caps

The specifications vary considerably between different Pro Convert products. Use the interface to get the specifications of the connected product.

HTTP Request

GET http://ip/mwapi?method=get-caps
Parameter Description
method get-caps

Response Body

{
  "status": 0,
  "max-input-width": 1920,
  "max-input-height": 1080,
  "max-output-width": 4096,
  "max-output-height": 2160,
  "has-input": false,
  "has-output": true,
  "has-loop-through": false,
  "has-fan": false,
  "has-input-edid": false,
  "has-output-edid": true,
  "has-sdcard": true,
  "has-ptz": false,
  "has-ndi": true,
  "has-alpha-disp-mode": true
}
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values.
max-input-width Shows the total number of horizontal pixels of the input signal.
max-input-height Shows the total number of vertical pixels of the input signal.
max-output-width Shows the total number of horizontal pixels of the output signal.
max-output-height Shows the total number of vertical pixels of the output signal.
has-input True indicates there is an input interface, otherwise it is false.
has-output True indicates whether there is an output interface, otherwise it is false.
has-loop-through True indicates there is a loopthrough interface, otherwise it is false.
has-fan True indicates there is a fan in the device, otherwise it is false.
has-sdcard True indicates the device supports SD card, otherwise it is false.
has-ptz True indicates the device supports PTZ function, otherwise it is false.
has-input-edid True indicates the device supports input port EDID, otherwise it is false.
has-output-edid True indicates the device supports output port EDID, otherwise it is false.
has-ndi True indicates the device supports NDI, otherwise it is false.
has-alpha-disp-mode True indicates the device supports alpha display, otherwise it is false.

results matching ""

    No results matching ""