Hello all,
Im working on a little project where i'm trying to collect data on a hand gesture using the leap motion sensor. I'm collecting the data to a csv file and I want to see if the data in collection is right.To do so, I've created a scene where the i place the data for the position vector and Pitch, Yaw and roll of the hand and every bone in the game.
I've created a basic hand of my own to see how I use the data. Unfortunately, that don't work as I wanted. The script gives the data for each bone, as it was recorded, but the hand comes up just mess.
Is there is a better way to use the collected data to create a reconstruction of the hand gesture.I've tried to work with the Leap capsule hands, but didn't get any progress this way.His anyone know a way I could set data in to the Leap hands.I've tried to change there's Transform data by using them as gameObject, but with no success.
Im new to work with the Leap motion so any good advice will come in handy
The way im collecting the data:
The hand Ive created , vs the hand im collecting the data from