You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can currently get the 3D coordinates of the hand by following code
Self. X = joints [PyKinectV2. JointType_HandRight] Position. X
Self. Y = joints [PyKinectV2. JointType_HandRight] Position. Y
self.z = joints[PyKinectV2.JointType_HandRight].Position.z
But I also want to get the attitude of the hand joint and the Euler Angle, how do I code it?
The text was updated successfully, but these errors were encountered:
I can currently get the 3D coordinates of the hand by following code
Self. X = joints [PyKinectV2. JointType_HandRight] Position. X
Self. Y = joints [PyKinectV2. JointType_HandRight] Position. Y
self.z = joints[PyKinectV2.JointType_HandRight].Position.z
But I also want to get the attitude of the hand joint and the Euler Angle, how do I code it?
The text was updated successfully, but these errors were encountered: