-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy pathosvr_server_config.renderManager.HDKv2.0.extended.json
97 lines (92 loc) · 1.79 KB
/
osvr_server_config.renderManager.HDKv2.0.extended.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"sleep": 0,
"renderManagerConfig": {
"meta": {
"schemaVersion": 1
},
"renderManagerConfig": {
"directModeEnabled": false,
"directDisplayIndex": 0,
"directHighPriorityEnabled": false,
"numBuffers": 2,
"verticalSyncEnabled": false,
"verticalSyncBlockRenderingEnabled": false,
"renderOverfillFactor": 1.2,
"renderOversampleFactor": 1.0,
"window": {
"title": "OSVR",
"fullScreenEnabled": true,
"xPosition": 1920,
"yPosition": 0
},
"display": {
"rotation": 0,
"bitsPerColor": 8
},
"prediction": {
"enabled": true,
"staticDelayMS": 26,
"leftEyeDelayMS": 0,
"rightEyeDelayMS": 0,
"localTimeOverride": true
},
"timeWarp": {
"enabled": true,
"asynchronous": false,
"maxMsBeforeVSync": 0
}
}
},
"display": {
"meta": {
"schemaVersion": 1
},
"hmd": {
"device": {
"properties": {
"vendor": "OSVR",
"model": "HDK",
"num_displays": 2,
"Version": "2.0",
"Note": "OSVR HDK 2.0 in extended landscape mode"
}
},
"field_of_view": {
"monocular_horizontal": 92,
"monocular_vertical": 92,
"overlap_percent": 100,
"pitch_tilt": 0
},
"resolutions": [
{
"width": 2160,
"height": 1200,
"video_inputs": 1,
"display_mode": "horz_side_by_side",
"swap_eyes": 0
}
],
"distortion": {
"type": "mono_point_samples",
"mono_point_samples_built_in": "OSVR_HDK_20_V1"
},
"rendering": {
"right_roll": 0,
"left_roll": 0
},
"eyes": [
{
"center_proj_x": 0.5,
"center_proj_y": 0.5,
"rotate_180": 0
},
{
"center_proj_x": 0.5,
"center_proj_y": 0.5,
"rotate_180": 0
}
]
}
},
"aliases": {"/me/head":"/com_osvr_Multiserver/OSVRHackerDevKit0/semantic/hmd"}
}