VR Glove Controller Winter Project 2020

VR Glove Github Repo

This project’s goal was to design and build a virtual reality controller that could accurately track finger movements beyond the what is currently offered in commercial virtual reality controllers (most use buttons with capacitive sensing). The method used to detect finger bend are flex sensors attached to a glove. The following is a demonstration of me bending my fingers while wearing the glove and a 3D hand model in Unity moving to match.

This does not entail any computer vision (which is how finger tracking is typically implemented in virtual reality with devices such as the LeapMotion). The flex sensors bend with my finger and I can measure how much each sensor is bending. I feed this data back into my computer to be interpreted by Unity to move the hand model.