-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathosvr_server_config.moverio_highfov.json
81 lines (81 loc) · 1.94 KB
/
osvr_server_config.moverio_highfov.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
{
"description": "This is a non-physical FOV style configuration for the Moverio BT-300 series AR devices.",
"#": "The display and renderManagerConfig sections below are embedded as a workaround to missing relative path functionality on Android.",
"display": {
"meta": {
"schemaVersion": 1
},
"hmd": {
"device": {
"vendor": "Epson",
"model": "Moverio BT-300 series",
"num_displays": 1
},
"field_of_view": {
"monocular_horizontal": 90,
"monocular_vertical": 50.98299243,
"overlap_percent": 100,
"pitch_tilt": 0
},
"resolutions": [
{
"width": 1280,
"height": 720,
"video_inputs": 1,
"display_mode": "horz_side_by_side"
}
],
"eyes": [
{
"center_proj_x": 0.5,
"center_proj_y": 0.5
},
{
"center_proj_x": 0.5,
"center_proj_y": 0.5
}
]
}
},
"renderManagerConfig": {
"meta": {
"schemaVersion": 1
},
"renderManagerConfig": {
"directModeEnabled": false,
"directDisplayIndex": 0,
"directHighPriorityEnabled": false,
"numBuffers": 2,
"verticalSyncEnabled": false,
"verticalSyncBlockRenderingEnabled": false,
"renderOverfillFactor": 1.0,
"renderOversampleFactor": 1.0,
"window": {
"title": "OSVR",
"fullScreenEnabled": true,
"xPosition": 0,
"yPosition": 0
},
"display": {
"rotation": 0,
"bitsPerColor": 8
},
"prediction": {
"enabled": false,
"staticDelayMS": 26,
"leftEyeDelayMS": 0,
"rightEyeDelayMS": 0,
"localTimeOverride": true
},
"timeWarp": {
"enabled": false,
"asynchronous": false,
"maxMsBeforeVSync": 4
}
}
},
"plugins": [
"org_osvr_android_moverio",
"com_osvr_android_jniImaging"
]
}