This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
v1.1.0
Added
- Support for Qualcomm XR2 based Android systems.
Changed
isTrackingSupported
is now reported based on if the Ultraleap Tracking Service is installed and running on the
the system, as opposed to attempting a connection to the service to avoid startup delay and possible timeouts.
Fixed
- Fixed an issue that could cause a hang when hand-trackers were created and destroyed very rapidly, such as
during theXR_EXT_hand_tracking
conformance test. - Fixed an issue where permissions were not always correctly set on the logs directory during installation.
Known Issues
- This API layer does not currently report the linear or angular velocity of the hand joints other than the palm. If
requested, the XrHandJointVelocitiesEXT structure will be returned with the validity bits unset.
Issue #1 - The underlying Ultraleap service currently returns the same joint radius for all joints.
Issue #2