This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Releases: ultraleap/OpenXRHandTracking
Releases · ultraleap/OpenXRHandTracking
v1.2.0
Changed
- Moved the logging location from
%PROGRAMFILES%\Ultraleap\OpenXR\Logs
to%PROGRAMDATA%\Ultraleap\OpenXR
. - Removed option to override logging location (
ULTRALEAP_OPENXR_LOG_PATH
).
Fixed
- Fixed reporting of palm velocity information.
- Fixed an issue with extension negotiation with the runtime when more than one extension was requested that depended on another API layer implemented extension.
- Fixed an issue where there would be incorrect error messages in the log indicating incorrect device calibration or a faulty USB connection when used with some versions of the Ultraleap Tracking Service.
- Fixed an issue where an empty hand would be returned when requesting joints for a timestamp before the most recent frame.
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
v1.0.1
Changed
- Updated Ultraleap tracking client to v5.3.0.
- Increase timeout on initial tracking service connection, to increase tolerance to slower tracking server response.
Fixed
- Fixed an issue that could cause a hang when all created hand-trackers were destroyed.
- Fixed an issue with error handling that could cause tracking to stop working if the first tracking event was an error.
v1.0.0
v1.0.0 Beta 4
1.0.0-beta.4
Fixed
- Fixed issue with API layer initialisation when more than one API layer is enabled. This would result in a crash if this API layer was enabled first.
- Fixed issue with reporting the layer's API layer version information.
v1.0.0 Beta 3
1.0.0-beta.3
Added
- Signed Windows installer to replace the previous PowerShell based installer. Installation will remove previous versions of the API Layer.
- Added support for the
XR_EXT_hand_joints_motion_range
extension. Since Ultraleap hand-trackers are optical-based systems, the returned hand pose is always based on the unobstructed joint locations. - Added support for the linear velocity reporting of the palm joint (
XR_HAND_JOINT_PALM_EXT
).
Changed
- Updated Ultraleap tracking client to v5.2.0.
- Updated OpenXR SDK to v1.0.20.
- OpenXR API layer DLL is now signed.
- Use
XR_KHR_win32_convert_performance_counter_time
orXR_KHR_convert_timespec_time
extensions for accurate internal
timestamp conversions. - Removed configurations variables
ULTRALEAP_OPENXR_TIME_WARP_HEAD
andULTRALEAP_OPENXR_TIME_WARP_VIEW
as they are no longer required now that Issue #6 is resolved. - Removed 32-bit support as the Ultraleap tracking client v5 doesn't currently have support for Windows 32-bit.
Fixed
v1.0.0 Beta 2
Fixed
- Fixed support for UWP/AppContainer applications, including WebXR, when used in conjunction with the
Ultraleap 4.1 Tracking SDK.
Added
- The uninstaller is included with the install as
UninstallOpenXR.cmd
to allow easy uninstallation. An entry is also added to Windows add/remove programs list. - The License, Readme, Changelog and version information are all now included in an install for easy reference.
- Added log file output (to complement existing
XR_EXT_debug_utils
support) only warnings and errors are logged by default, but this can be controlled with theULTRALEAP_OPENXR_DEBUG
environment variable. - Clarified in the Readme that this is an implicit OpenXR API layer, and does not need explicitly enabling.
Changed
- Removed SteamVR <1.14 specific workaround for
xrGetSystemProperties
extension support.
v1.0.0 Beta 1
Initial support for the XR_EXT_hand_tracking
extension.