How to move a kinect skeleton to another position
- by Ewerton
I am working on a extension method to move one skeleton to a desired position in the kinect field os view.
My code receives a skeleton to be moved and the destiny position, i calculate the distance between the received skeleton hip center and the destiny position to find how much to move, then a iterate in the joint applying this factor. My code,…