Advertisement
spete

Untitled

Jun 9th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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_1_3.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": 55.75,
  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": true,
  22. "offsetFromRotationCenter": {
  23. "x": 0,
  24. "y": 0.01,
  25. "z": -0.05
  26. }
  27. }
  28. }, {
  29. "plugin": "je_nourish_fusion",
  30. "driver": "FusionDevice",
  31. "params": {
  32. "name": "Wii_Kinect_Left",
  33. "position": "/je_nourish_kinect/KinectV2/semantic/body1/arms/left/hand",
  34. "orientation": "/je_nourish_wiimote/WiimoteDevice/semantic/wiimote2"
  35. }
  36. }, {
  37. "plugin": "je_nourish_fusion",
  38. "driver": "FusionDevice",
  39. "params": {
  40. "name": "Wii_Kinect_Right",
  41. "position": "/je_nourish_kinect/KinectV2/semantic/body1/arms/right/hand",
  42. "orientation": "/je_nourish_wiimote/WiimoteDevice/semantic/wiimote1"
  43. }
  44. }],
  45. "aliases": {
  46. "/headSpace": {
  47. "translate": [0.0, 0.0, 0.04141],
  48. "child": "/org_osvr_filter_videoimufusion/HeadFusion/semantic/fused"
  49. },
  50. "/me/head": "/je_nourish_fusion/HDK_Kinect/tracker/0",
  51. "/me/hands/left": "/je_nourish_fusion/Wii_Kinect_Left/tracker/0",
  52. "/me/hands/right": "/je_nourish_fusion/Wii_Kinect_Right/tracker/0"
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement