Advertisement
Guest User

osvr_server_config

a guest
Jul 23rd, 2017
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 0 0
  1. {
  2.     "description": "This configuration supports video (so-called 'positional') and IMU fusion tracking, in addition to orientation-only tracking, with the OSVR HDK 1.x. It is con$
  3.    "display": "/usr/share/osvrcore/displays/OSVR_HDK_1_3_with_mesh.json",
  4.    "renderManagerConfig": "/usr/share/osvrcore/sample-configs/renderManager.direct.landscape.newtracker.json",
  5.    "drivers": [
  6.        {
  7.            "plugin": "org_osvr_unifiedvideoinertial",
  8.            "driver": "UnifiedTrackingSystem",
  9.            "params": {
  10.                "showDebug": false,
  11.                "headCircumference": 58.42,
  12.  
  13.                "imu": {
  14.                    "useOrientation": true,
  15.                    "orientationMicrosecondsOffset": 0,
  16.                    "useAngularVelocity": true,
  17.                    "angularVelocityMicrosecondsOffset": 0
  18.                }
  19.            }
  20.        }
  21.    ],
  22.    "aliases": {
  23.        "/trackingCamera": "/org_osvr_unifiedvideoinertial/UnifiedTrackingSystem/semantic/camera"
  24.    }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement