Windows Mixed Reality (formerly Windows Holographic) is a Virtual and Augmented reality platform introduced in Windows 10 that combines support for Microsoft HoloLens and newly developed Windows Mixed Reality immersive headsets.
Questions tagged [windows-mixed-reality]
242 questions
1
vote
0 answers
Error building Microsoft Mixed Reality WebRTC Source code
I've been trying to build Microsoft's Mixed Reality WebRTC source code for UWP x64 configuration following the help document and ran into some peculiar issues. Running the build script, throws errors stating some files are missing, but they are…

June
- 11
- 2
1
vote
1 answer
Using MixedReality.WebRTC.UWP in a WinForm App
Is it possible to use the Microsoft.MixedReality.WebRTC.UWP library in a legacy C# WinForm Application, built with .NET Framework 4.5.1 and Visual Studio 2017?
Thanks!

aardvark-fan
- 95
- 1
- 6
1
vote
1 answer
How to get hand mesh data from Hololens2 without turning on Hand Mesh Visualization option
I have tried to get hand mesh data from Hololens2 using MRTK V2 and Unity C#.
Now, I can get hand mesh data with turning on Hand Mesh Visualization option and referring MRTK HandTracking guide.
Unfortunately, the visualization(drawing hand CG) is…

kogasawara
- 13
- 4
1
vote
1 answer
How to uncheck Windows Mixed Reality Templates for Visual Studio in Visual Studio 2017
I am unable to perform this solution for error of Hololens Emulator.
I tried looking up for Windows Mixed Reality Templates for Visual Studio while installation of Visual Studio 2017, but I didn't got that. Can someone please tell me where would I…

faizan
- 11
- 1
1
vote
1 answer
How can I add basic near interaction to HoloLens 1 using MRTK?
Possibly related to How can I simulate hand rays on HoloLens 1?
I want to use HoloLens 1 devices to simulate basic near interactions as provided by HoloLens 2.
Specifically, how can I perform the following mappings:
Use hand position during…

anderslu
- 126
- 9
1
vote
1 answer
Unable to read file in Hololens
I am working on an app which needs to read .obj format files in the hololens at runtime.
Precisely, What I want to do is to save the .obj file in the hololens, when the app runs, it should access the file through the hololens file system. Putting…

lizs17
- 11
- 2
1
vote
1 answer
Unity not finding IMixedRealitySpatialAwarenessObserver
I am using the Microsoft MRTK v2.0.3, and I'm trying to add spatial awareness to my project, but when I select a spatial awareness profile I keep getting the following error:
Unable to register IMixedRealitySpatialAwarenessObserver service with a…

Mark Vitez
- 21
- 3
1
vote
1 answer
UWP Device Portal app deployment Forbidden: CSRF Token Invalid
I am trying to deploy an application to a hololens with the Windows device Portal Rest API.
For some reasons I don't want to use the Microsoft Device portal wrapper.
In C#, with RestSharp, I can get the list of installed packages but when I try to…

elpha01
- 196
- 2
- 4
- 19
1
vote
1 answer
App-crash on HoloLens(1st. gen)-Emulator when enabling 'Spatial Awareness System' in MRTK 2.3
i recently set up required software for development for the Microsoft HoloLens(1st. gen) with the newest version of the HoloLens(1st. gen) emulator (followed the MRTK-Guide:…

Christopher Peters
- 47
- 6
1
vote
1 answer
Is it possible to use my desktop pc's webcam with the hololens 2 emulator?
is there a way to use my webcam within the hololens 2 emulator to capture images/videos?
I'm currently trying to develop an app with unity + hololens 2 emulator and i've googled the entire internet without finding an answer.
Basically what i'm…

Francazappa
- 11
- 2
1
vote
1 answer
Controlling Main Camera with xBox Controller (MRTK & Unity)
Hi we (myself and my students) are using MRTK in Unity to build simple VR games.
We are trying to get the xBox Controller to move the player (or in MRTK terms I think to move the scene around the camera which is fixed at 0,0,0).
I've set up the…

Ben Jones
- 504
- 4
- 18
1
vote
1 answer
HoloLens 2 Emulator Error 0x80004003 - Object reference not set to an instance of an object
I have been trying to deploy a Unity application to the Hololens 2 emulator for a while now and have not found a solution that works.
I have run through every troubleshooting document and uninstalled and reinstalled every program to try and find…

Nick Wilson
- 11
- 1
1
vote
1 answer
Getting collision coordinate for gaze pointer in MRTK2
I need to get the coordinates of the collision between the gaze pointer and an objects in Hololens, when the object is "clicked".
All the examples use MRTK1, how do you do this in MRTK2? I know you need to use the cursor, but how do you get it= It…

hellomatey27
- 115
- 6
1
vote
1 answer
MRTK "Console" appears in one eye when build
I have a problem, When I have built the solution, a runtime error appears in one eye on a corner. Is imposible to read, but I got a log file that sais what its on the console (I can read only the corner and I think is the same) and we are tested in…

Alexxjaz
- 87
- 1
- 8
1
vote
1 answer
Accessing the Mesh from the Hololens trough the Holotoolkit
I am currently developing a Unity project for the HoloLens. For this I am using the Spatial Mapping Observer and the Spatial Mapping Manager from the HoloToolkit. I need to access the spatial Mesh, in particular the vertices in the mesh. Now my…

Samfirex
- 11
- 2