James Provan
James Provan
Hi @rufaelfekadu, As these python binds are just a python version of the LeapC API, a lot of information can be found in our LeapC docs: [https://docs.ultraleap.com/api-reference/tracking-api/index.html](https://docs.ultraleap.com/api-reference/tracking-api/index.html) But to answer...
Hi @gemcollector, you can access the rotation of each joint too using code such as: `hand.digits[digit_index].bones[joint_index].rotation` but this is a quaternion and is in world space relative to the camera...
Hi @kefon. This due to a dependency our plugin has on the OpenXR plugin. This has always been the case, but it looks like its now a breaking issue in...