Hey,
I was wondering if it's possible to get raw data points for hand positions in Unity. I want to train a simple deep learning model by feeding it various gestures. Since I need to feed it a tensor of numbers, I was wondering if there is anyway to get an array of all 3D hand and finger points each frame. I can then do some data processing on it.
Thanks