| 说明 |
|---|
| mosaic 输出的拼接方式 |
| row 总行数 |
| column 总列数 |
| edgeEnable 是否启用边缘融合 |
| edgeWidth 边缘宽度 |
| edgeHeight 边缘高度 |
| screenInterfaces 屏幕接口列表 |
| interfaceId 接口Id |
| outputId 输出Id, id=255时表示未分配输出接口 |
| x x值 |
| y y值 |
| width 宽 |
| height 高 |
| slotId 槽位 |
| cropx 截取x |
| cropy 截取Y |
| interfaceType 接口类型 |
| connectCapacity 连接容量 |
| isCardOnline 卡是否在线 |
{
"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
}