-
Hi, Are there any suggestions on how to detect the Hololens 2's distance from the floor? The Spatial awareness/mapping solutions seem to be a bit of an overkill, slow, and resource heavy, as they either scan the environment and reconstruct it in 3D, which you probably then need to then aim and raycast at the ground and extract the height from that distance, or have the mapping system label your real-world environment and then query for where the ground is. There used to be simpler solution to detect the ground for the Hololens 1, but the functions required for this to work in the Mixed Reality Toolkit are now deprecated. I know this is a third-party, but using Vuforia's Ground Plane Detection seemed like a good solution, but it is currently not supported on the Hololens 2. Aside from starting the Hololens on the floor and then putting it on (to detect height change) or using Hololens' QR Code tracking feature to track a QR code placed on the floor and using that to detect its distance from the Hololens, are there any suggestions on how to detect the Hololens' current height from the ground? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey Ivan, unfortunately I don't think there are any better solutions than what you've suggested. I'll bring this up for discussion internally. |
Beta Was this translation helpful? Give feedback.
Hey Ivan, unfortunately I don't think there are any better solutions than what you've suggested. I'll bring this up for discussion internally.