Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesnt work with Leap Motion SteamVR driver #4

Closed
dermarder opened this issue Nov 25, 2016 · 2 comments
Closed

Plugin doesnt work with Leap Motion SteamVR driver #4

dermarder opened this issue Nov 25, 2016 · 2 comments

Comments

@dermarder
Copy link

Hello,
first of all thank you very much for this plugin!
Unfortunately im having problems to use the kinect plugin in combination with the Leap Motion SteamVR driver. The Vive controllers are akwys stuttering and it seems that the Kinect plugin and the Leap Driver are trying to set the Controller position at the same time.

Is it possible to deactivate the Position and orientation Tracking of the Hands by Kinect so it is only used for the Head Tracking and the SteamVR drivers can work as they should?

Any help would be awesome.

@simlrh
Copy link
Owner

simlrh commented Nov 25, 2016

Hi dermarder,

If you go into the aliases in your osvr_server_config.json and set something like:

"/me/hands/left": "",
"/me/hands/right": ""

It should ignore the Kinect input (hopefully OSVR won't mind that you set those values to nothing).

@dermarder
Copy link
Author

Thank you very much for your help. I figured out that the problem was caused due to other things but not your plugin. (Im very new to OSVR, bought mine last week)
I dont even know how i was able to fix it. I just reinstalled different OSVR versions and after hours of trying, it just worked.

Thanks anyways, have a good day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants