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

Using only haptic feedback #113

Open
cllkvv opened this issue Oct 20, 2023 · 1 comment
Open

Using only haptic feedback #113

cllkvv opened this issue Oct 20, 2023 · 1 comment

Comments

@cllkvv
Copy link

cllkvv commented Oct 20, 2023

Hey guys, I am working on a school project which requires me to use leapmotion for my hand tracking. Anyone knows how to just use the haptic feedback aspect of the gloves and not need the handtracking? Thank you.

@LittleNyanCat
Copy link
Contributor

LittleNyanCat commented Oct 20, 2023

You could just not add the potentiometers and leave those pins floating on the ESP32, then ignore the garbled finger data the gloves will put out in your app. If plan to make your app work with SteamVR that may be a problem since Opengloves spawns it's own controllers and you don't have a direct way of overriding the finger values it gets from the gloves, you'll have to work around that somehow. (I'm assuming you'll use the LeapMotion via SteamVR instead of having your app interface directly with it)

I think you may have a bigger issue though - I'm not sure LeapMotion will be able to track your hands/gloves when they have a bunch of stuff strapped to them, which occludes the hand itself... Remember that the LeapMotion is purely optical.

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