KinectPV2
KinectPV2 copied to clipboard
getOrientation() always returns 0
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.
hello, are you using the latest master?, It should be working
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.