| 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 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": {
"screenId": 2,
"deviceId": 0,
"mosaic": {
"row": 1,
"column": 1
},
"size": {
"width": 1920,
"height": 1080
},
"screenInterfaces": [
{
"isDL": 1,
"dlId": 0,
"interfaceId": 0,
"outputId": 12,
"x": 0,
"y": 0,
"cropx": 0,
"cropy": 0,
"width": 1920,
"height": 1080,
"dotpitch": 2,
"resolution": {
"width": 1920,
"height": 1080,
"refresh": 6000
},
"edge": {
"edgeType": 0,
"width": 0
}
}
]
},
"sign": "MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId": "1",
"timeStamp": "1631949094265"
}curl --location --request POST '/open/api/screen/writeOutputMode' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"screenId": 2,
"deviceId": 0,
"mosaic": {
"row": 1,
"column": 1
},
"size": {
"width": 1920,
"height": 1080
},
"screenInterfaces": [
{
"isDL": 1,
"dlId": 0,
"interfaceId": 0,
"outputId": 12,
"x": 0,
"y": 0,
"cropx": 0,
"cropy": 0,
"width": 1920,
"height": 1080,
"dotpitch": 2,
"resolution": {
"width": 1920,
"height": 1080,
"refresh": 6000
},
"edge": {
"edgeType": 0,
"width": 0
}
}
]
},
"sign": "MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId": "1",
"timeStamp": "1631949094265"
}'{
"data": {},
"msg": "",
"status": 0
}