-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdisplay-config.json
More file actions
40 lines (35 loc) · 1.32 KB
/
Copy pathdisplay-config.json
File metadata and controls
40 lines (35 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"_comment": "display-config.json — window layout for installation-browser",
"fullscreen": false,
"alwaysOnTop": true,
"interactiveWindows": false,
"contentUrl": "http://localhost:5175",
"virtualCanvas": {
"_comment": "Total virtual canvas size in virtual pixels.",
"width": 1920,
"height": 1920
},
"windows": [
{
"_comment": "window = where it appears on screen (OS logical pixels). source = which region of the virtual canvas this window samples (virtual pixels).",
"label": "Top display",
"slot": 0,
"window": { "x": 0, "y": 0, "width": 1920, "height": 960 },
"source": { "x": 0, "y": 0, "width": 1920, "height": 960 }
},
{
"label": "Bottom display",
"slot": 1,
"window": { "x": 0, "y": 1080, "width": 1920, "height": 960 },
"source": { "x": 0, "y": 960, "width": 1920, "height": 960 }
}
],
"_spoutOutput_comment": "Spout output — GPU texture sharing (Windows only). Requires SpoutLibrary.dll + SpoutLibrary.h in package/src/native/win/vendor/spout/ and a full rebuild.",
"spoutOutput": {
"senderName": "chromeyumm_spout_output"
},
"_spoutInput_comment": "Spout input receiver (Windows only). Frames are delivered to the browser via Win32 named shared memory.",
"spoutInput_DISABLED": {
"senderName": "TD_Spout_Sender"
}
}