| Field | Description |
|---|---|
| mosaic | Output mosaic mode |
| row | Total number of rows |
| column | Total number of columns |
| edgeEnable | Whether to enable edge blending |
| edgeWidth | Edge width |
| edgeHeight | Edge height |
| screenInterfaces | Screen interface list |
| interfaceId | Interface ID |
| outputId | Output ID (When the value of ID is 255, it means no output interface is assigned.) |
| x | X value |
| y | Y value |
| width | Width |
| height | Height |
| slotId | Slot ID |
| cropx | Cropping X |
| cropy | Cropping Y |
| interfaceType | Interface type |
| connectCapacity | Connection capacity |
| isCardOnline | Whether the card is online. |
{
"body": {
"deviceId": 0,
"name": "screenNameTest1",
"screenInterfaces": [
{
"connectCapacity": 0,
"slotId": 0,
"outputName": "",
"interfaceType": 2,
"interfaceId": 0,
"outputId": 255,
"width": 1920,
"height": 1080,
"x": 1000,
"y": 1000,
"cropx": 0,
"cropy": 0,
"dotpitch": 2
},
{
"connectCapacity": 0,
"slotId": 0,
"outputName": "",
"interfaceType": 2,
"interfaceId": 1,
"outputId": 255,
"width": 1920,
"height": 1080,
"x": 2920,
"y": 1000,
"cropx": 0,
"cropy": 0,
"dotpitch": 2
},
{
"connectCapacity": 0,
"slotId": 0,
"outputName": "",
"interfaceType": 2,
"interfaceId": 2,
"outputId": 255,
"width": 1920,
"height": 1080,
"x": 1000,
"y": 2080,
"cropx": 0,
"cropy": 0,
"dotpitch": 2
},
{
"connectCapacity": 0,
"slotId": 0,
"outputName": "",
"interfaceType": 2,
"interfaceId": 3,
"outputId": 255,
"width": 1920,
"height": 1080,
"x": 2920,
"y": 2080,
"cropx": 0,
"cropy": 0,
"dotpitch": 2
}
],
"mosaic": {
"row": 2,
"column": 2
}
},
"sign": "MDBmZjQ1NzgxMGFjNGNhZTQ2N2U3ZTc4ODk0YTBiN2M=",
"pId": "1",
"timeStamp": "1631949094265"
}curl --location --request POST '/open/api/screen/createScreen' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"deviceId": 0,
"name": "screenNameTest1",
"screenInterfaces": [
{
"connectCapacity": 0,
"slotId": 0,
"outputName": "",
"interfaceType": 2,
"interfaceId": 0,
"outputId": 255,
"width": 1920,
"height": 1080,
"x": 1000,
"y": 1000,
"cropx": 0,
"cropy": 0,
"dotpitch": 2
},
{
"connectCapacity": 0,
"slotId": 0,
"outputName": "",
"interfaceType": 2,
"interfaceId": 1,
"outputId": 255,
"width": 1920,
"height": 1080,
"x": 2920,
"y": 1000,
"cropx": 0,
"cropy": 0,
"dotpitch": 2
},
{
"connectCapacity": 0,
"slotId": 0,
"outputName": "",
"interfaceType": 2,
"interfaceId": 2,
"outputId": 255,
"width": 1920,
"height": 1080,
"x": 1000,
"y": 2080,
"cropx": 0,
"cropy": 0,
"dotpitch": 2
},
{
"connectCapacity": 0,
"slotId": 0,
"outputName": "",
"interfaceType": 2,
"interfaceId": 3,
"outputId": 255,
"width": 1920,
"height": 1080,
"x": 2920,
"y": 2080,
"cropx": 0,
"cropy": 0,
"dotpitch": 2
}
],
"mosaic": {
"row": 2,
"column": 2
}
},
"sign": "MDBmZjQ1NzgxMGFjNGNhZTQ2N2U3ZTc4ODk0YTBiN2M=",
"pId": "1",
"timeStamp": "1631949094265"
}'{
"data": {
"id": 2
},
"msg": "",
"status": 0
}