You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample Holographic UWP application that demonstrates visualizing sensor streams live on HoloLens 2 devices.
languages
cpp
products
windows-mixed-reality
hololens
Sensor Visualization sample
This sample is a Holographic UWP application that demonstrates visualizing sensor streams live on the device. It shows visualizations of frames from the two front head tracking cameras, depth and AB frames from the depth camera and a visualization of IMU accelerations visualized as lengths of a 3d coordinate system. The application is built starting from a DX11 template app. The app adds a SensorVisualizationScenario class that manages and initializes sensors and creates DX rendering models for the app. It replaces the single spinning cube from the template with multiple models used to show sensor visualizations.