curl --location --request GET 'api/v1/cinema-3d/list'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"infos": [
{
"id": 0,
"name": "string",
"createTime": 0,
"shortcut": 0,
"threeDParameter": {
"threedstate": true,
"threeDLeftOrRightFirst": 0,
"video3DFormat": 0,
"right3DOffsetX": 0,
"right3DOffsetY": 0,
"frameType": 0,
"blackTime": "80"
},
"threeDEmitterParam": {
"enable": true,
"ms": 0,
"us": 0
},
"threeDFPSMultipleParam": [
{
"threeDFrame": 0,
"blackTime": 0,
"threeDEmitterParam": {
"enable": true,
"ms": 0,
"us": 0
}
}
]
}
]
}
}