fix a chain of glove and hand-tracking bugs that render the hand-tracking state invalid at certain times

This commit is contained in:
Mamadou Babaei
2024-11-08 12:24:42 +01:00
parent 458fc47f0d
commit 2fac04f00d
3 changed files with 20 additions and 3 deletions
+8
View File
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
This patch release addresses a few issues with both glove and hand-tracking.
# Fixed
- Fixed a chain of critical bugs that gets triggered due to `GloveConnectivityCheckInterval` getting passed as seconds to the engine rather than milliseconds. Thus, the default or any large value for `GloveConnectivityCheckInterval` causes noticeable long delays between glove-connectivity-check intervals and consequently renders the hand-tracking state invalid in certain situations when the `bFallbackToHandTrackingIfNoGloveDetected` option is false.
## [2.2.1] - 2024-10-23
This patch release focuses exclusively on updates to the documentation.