-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathOSVR_HDK_1_1.json
53 lines (53 loc) · 1.17 KB
/
OSVR_HDK_1_1.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
{
"meta": {
"schemaVersion": 1
},
"hmd": {
"device": {
"vendor": "OSVR",
"model": "HDK",
"num_displays": 1,
"Version": "1.2",
"Note": "Suitable for HDK 1.0-1.2"
},
"field_of_view": {
"monocular_horizontal": 90,
"monocular_vertical": 96.73,
"overlap_percent": 100,
"pitch_tilt": 0
},
"resolutions": [
{
"width": 1920,
"height": 1080,
"video_inputs": 1,
"display_mode": "horz_side_by_side",
"swap_eyes": 0
}
],
"distortion": {
/* Requires up to 27% overfill */
"distance_scale_x": 1,
"distance_scale_y": 1,
"polynomial_coeffs_red": [0, 1, 0, 0.5, 0, -1.15, 0, 9.25, 0, -5 ],
"polynomial_coeffs_green": [0, 1, 0, 0.5, 0, -1.15, 0, 9.25, 0, -5 ],
"polynomial_coeffs_blue": [0, 1, 0, 0.5, 0, -1.15, 0, 9.25, 0, -5 ]
},
"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
}
]
}
}