documentation

Visometry.VisionLib.SDK.HoloLens.HoloLensStabilizationPlane Class Reference

Positions stabilization plane over HoloLensTracker content. More...

Inherits MonoBehaviour.

Data Fields

HoloLensTracker holoLensTracker
 Reference to the used HoloLensTracker. More...
 
GameObject trackingAid
 

Detailed Description

Positions stabilization plane over HoloLensTracker content.

The stabilization plane is a method for reducing holographic turbulence. See https://developer.microsoft.com/en-us/windows/mixed-reality/case_study_-_using_the_stabilization_plane_to_reduce_holographic_turbulence for further details.

This will only work well, if the origin of the content is actually the part the user should focus on.

For more advanced stabilization plane features, please consider disabling this behaviour and using the functionalities of the MixedRealityToolkit for Unity (https://github.com/Microsoft/MixedRealityToolkit-Unity) instead.

Field Documentation

◆ holoLensTracker

HoloLensTracker Visometry.VisionLib.SDK.HoloLens.HoloLensStabilizationPlane.holoLensTracker

Reference to the used HoloLensTracker.

If this is not defined, then it will get set automatically.