terminal29 / Arduino-Tracker-Plugin

Plugin for OSVR that uses an Arduino + MPU6050 to do rotational headtracking.
8 stars 2 forks source link

Compilation issue #5

Open maxim-perumal opened 6 years ago

maxim-perumal commented 6 years ago

I follow a friend's instruction to build the DLL but OSVR failed to load it. This is what I've done: https://docs.google.com/document/d/1X5gKvR7drLpHa3ATR-cu2qKQfTZvvQISbzVddeFd7WM/edit?usp=sharing

Where do you think is the problem ?

terminal29 commented 6 years ago

Did you add the options for the plugin into your osvr_server_config.json file? Your build process looks fine but it is hard to tell what is wrong without knowing what the error actually is.

maxim-perumal commented 6 years ago

The compalitation process is fine but when launching OSVR with the plugin it failed to load.

gabriel-combe commented 6 years ago

Yes, I have the same problem, when I launch osvr_server, it give this : image

And my osvr_server_config.json contains this : osvr_server_config.txt

I hope you can help us.

terminal29 commented 6 years ago

Does the dll from the latest release work on your system?