Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 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. It is configured for RenderManager applications in direct mode (portrait) on HDK 1.3 optics.",
  3. "display": "displays/OSVR_HDK_2_0.json",
  4. "renderManagerConfig": "sample-configs/renderManager.direct.landscape.json",
  5. "drivers": [{
  6. "plugin": "com_osvr_VideoBasedHMDTracker",
  7. "driver": "VideoBasedHMDTracker",
  8. "params": {
  9. "showDebug": false,
  10. "includeRearPanel": true,
  11. "headCircumference": 58.42,
  12. "calibrationFile": "videotrackerCombinedCalibrationFile13.json"
  13. }
  14. }, {
  15. "plugin": "je_nourish_fusion",
  16. "driver": "FusionDevice",
  17. "params": {
  18. "name": "HDK_Kinect",
  19. "position": "/je_nourish_kinect/KinectV2/semantic/body1/head",
  20. "orientation": "/com_osvr_Multiserver/OSVRHackerDevKitPrediction0/semantic/hmd",
  21. "alignInitialOrientation": false,
  22. "offsetFromRotationCenter": {
  23. "x": 0,
  24. "y": 0.01,
  25. "z": -0.05
  26. },
  27. "timestamp": "position"
  28. }
  29. }],
  30. "aliases": {
  31. "/headSpace": {
  32. "translate": [0.0, 0.0, 0.04141],
  33. "child": "/org_osvr_filter_videoimufusion/HeadFusion/semantic/fused"
  34. },
  35. "/me/head": "/je_nourish_fusion/HDK_Kinect/tracker/0"
  36. },
  37. "server": {
  38. "sleep": 1
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement