-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I recently tried to compile openhmd for CV1 and it works nicely.
I tried your plugin to see if I can make it work on OSVR but it seems it doesn't work. Something like this:
Mar 31 00:18:21.904 info [OSVR]: /home/gaguilar/git/OSVR-Core/src/osvr/ClientKit/DisplayC.cpp:47: Created an OSVR_DisplayConfigObject!
Mar 31 00:18:21.904 info [OSVR]: /home/gaguilar/git/OSVR-Core/src/osvr/ClientKit/DisplayC.cpp:89: Error creating display config - null internal config object returned
Mar 31 00:18:21.904 info [OSVR]: /home/gaguilar/git/OSVR-Core/src/osvr/ClientKit/DisplayC.cpp:50: OSVR_DisplayConfigObject destructor
Could not get display config (server probably not running or not behaving), exiting.
Mar 31 00:18:21.904 info [OSVR]: /home/gaguilar/git/OSVR-Core/src/osvr/ClientKit/DisplayC.cpp:125: Passed a null display config!
Can you give us a little bit guidance. Creating an empty file with just the json as display seems not to work.
{
"display": "displays/com_osvr_OculusRift.json"
}
{
"deviceVendor": "Oculus VR",
"deviceName": "Oculus Rift Trackers/Sensors (via OpenHMD)",
"author": "Steve Le Roy Harris steve@nourish.je",
"version": 1,
"lastModified": "2016-06-21T09:35:07.585Z",
"interfaces": {
"tracker": {
"count": 1,
"position": false,
"orientation": true
}
},
"semantic": {
"hmd": "tracker/0"
},
"automaticAliases": {
"/me/head": "semantic/hmd"
}
}
Gives what I told...