getOrientation() always returns 0
filipjohansson opened this issue · 2 comments
filipjohansson commented
Maybe it's me that has missed something, but whenever I try to use getOrientation()
on a skeleton joint I get 0 back. This is the code I run in the if (skeleton.isTracked()
statement.
joints[KinectPV2.JointType_Head].getOrientation().get()
Using getX() or getY() gives the same result.
ThomasLengeling commented
hello, are you using the latest master?, It should be working
holmar commented
I am having the same problem. Filip, have you ever been able to solve this?
getOrientation().get()
does not seem to exist, whereas getOrientation().getX()
returns 0.0 constantly.