Init
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"default_scene_id": "overview",
|
||||
"scenes": [
|
||||
{
|
||||
"id": "overview",
|
||||
"name": "总览大屏",
|
||||
"url": "/wall-app",
|
||||
"view": "overview",
|
||||
"description": "双 GPU 本地渲染、统一时间轴、左右 tile 裁剪的默认场景",
|
||||
"preload": []
|
||||
},
|
||||
{
|
||||
"id": "energy",
|
||||
"name": "能源驾驶舱",
|
||||
"url": "/wall-app",
|
||||
"view": "energy",
|
||||
"description": "能源、功率、储能和调度策略场景",
|
||||
"preload": ["energy-models", "energy-textures"]
|
||||
},
|
||||
{
|
||||
"id": "security",
|
||||
"name": "安防态势",
|
||||
"url": "/wall-app",
|
||||
"view": "security",
|
||||
"description": "视频墙、告警、地图联动场景",
|
||||
"preload": ["camera-grid", "security-map"]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"wall": {
|
||||
"width": 14880,
|
||||
"height": 3510
|
||||
},
|
||||
"tiles": [
|
||||
{
|
||||
"id": "left",
|
||||
"name": "Left GPU server",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"width": 7440,
|
||||
"height": 3510,
|
||||
"wall_width": 14880,
|
||||
"wall_height": 3510,
|
||||
"desktop_width": 7680,
|
||||
"desktop_height": 4320,
|
||||
"physical_outputs": [
|
||||
{ "id": "left-1", "index": 1, "x": 0, "y": 0, "width": 3840, "height": 2160, "connector": "HDMI/DP-1" },
|
||||
{ "id": "left-2", "index": 2, "x": 3840, "y": 0, "width": 3840, "height": 2160, "connector": "HDMI/DP-2" },
|
||||
{ "id": "left-3", "index": 3, "x": 0, "y": 2160, "width": 3840, "height": 2160, "connector": "HDMI/DP-3" },
|
||||
{ "id": "left-4", "index": 4, "x": 3840, "y": 2160, "width": 3840, "height": 2160, "connector": "HDMI/DP-4" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "right",
|
||||
"name": "Right GPU server",
|
||||
"x": 7440,
|
||||
"y": 0,
|
||||
"width": 7440,
|
||||
"height": 3510,
|
||||
"wall_width": 14880,
|
||||
"wall_height": 3510,
|
||||
"desktop_width": 7680,
|
||||
"desktop_height": 4320,
|
||||
"physical_outputs": [
|
||||
{ "id": "right-1", "index": 1, "x": 0, "y": 0, "width": 3840, "height": 2160, "connector": "HDMI/DP-1" },
|
||||
{ "id": "right-2", "index": 2, "x": 3840, "y": 0, "width": 3840, "height": 2160, "connector": "HDMI/DP-2" },
|
||||
{ "id": "right-3", "index": 3, "x": 0, "y": 2160, "width": 3840, "height": 2160, "connector": "HDMI/DP-3" },
|
||||
{ "id": "right-4", "index": 4, "x": 3840, "y": 2160, "width": 3840, "height": 2160, "connector": "HDMI/DP-4" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user