Problem :Hand tracking and Foot tracking together
I am using the Foot Tracking (provided in ML template library) and Hand tracking together in a project to attach 3D object to body because I do not want user to go far from camera .
Problem is Hand tracking attaches Hand object to foot also (can't differentiate between hand and bare feet)
I want to attach a 3D object to the foot then use it's render target to as input to hand tracking so that hand tracking doesn't recognize feet.
Let me know if it's possible or any other method to achieve my goal.
Thanks