This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
DefaultHeadHeight setting in camera data provider profile causes misbehaviour #656
Labels
Bug
Something isn't working
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
The
DefaultHeadHeight
setting is causing issues in my WMR hand tracking implementation. Upon research it seems to me, the setting is not doing what it's supposed to do or it's unclear to me what problem it is trying to solve.What I understand it should do
The default head height should only be applied, if the target device does NOT provide head height itself, e.g. Oculus GO or other 3DoF devices. So the setting should NOT affect HoloLens 2 as I understand.
What it does it seems
The setting gets applied as soon as the target device is stereoscopic, no matter whether it is 6DoF or not and provides head pose natively.
The properties docs say
So it should only do anything
when a platform doesn't automatically set it
, which HoloLens 2 does. So I figure this is a bug.What I observe
I set the default head height to
1.6
, following happensTo Reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: