Issue with Video Recording Feature on Updated HoloLens 2 (December Release)
Dear all, I recently updated my HoloLens 2 to the December release version and noticed an issue with the video recording feature in an app I developed. During recording, the area that appears to be captured is reduced, and the game objects in my app are…
HoloLens Development
Error DEP6957: Failed to connect to the device "127.0.0.1" using "Universal Authentication".
The error encountered during the deployment process via Visual Studio is translated into English as follows: Error DEP6957: Failed to connect to the device "127.0.0.1" using "Universal Authentication". Please verify that the correct…
HoloLens Development
Using Socket programming on HoloLens2 - development using Unity
Hi I'm currently working on a project which requires socket programming using UDP. I need to send packets through my Hololens to trigger some actions. I had made my initial development using Unity. Initially, I used Systems.Socket. Though It worked…
HoloLens Development
Accessing PV Camera Intrinsics/Extrinsics in MRTK3 (Unity + HoloLens 2)
Hi, We’re currently working on our bachelor’s thesis using the HoloLens 2. The goal of our project is to determine where and for how long the user is looking at certain objects in the environment. To achieve this, we stream video from the PV camera to a…
HoloLens Development
Error: Microsoft Visual Studio Remote Debugging Monitor cannot start without a Machine Name.
I've tried to deploy a build into Hololens 2, and got this message below, although, I did specify the IP address of the device. The device was paired and confirmed using the Device Portal. "Error: Microsoft Visual Studio Remote Debugging Monitor…
HoloLens Development
Why can't we install a officially signed app on the HoloLens 2 without Developer Mode?
Were currently blocked in our release, because the HoloLens 2 won't let us install our signed app via AppInstaller when not in developer mode... We have a website that displays a QR code with the correct ms-appinstaller link that should install the…
HoloLens Development
I am getting an error while trying to setup Unity for HoloLens 2 Development, specifically, error CS0103: The name 'NonNativeKeyboard' does not exist in the current context
I am getting the following error message while trying to setup Unity for Microsoft HoloLens development: Library\PackageCache\org.mixedrealitytoolkit.uxcore@45c07beda63c\Experimental\NonNativeKeyboard\TMPInputFieldNonNativeKeyboardTrigger.cs(67,42):…
HoloLens Development
Unable to use Holographic remoting
I have Hololens (1gen). I want to setup remote connection Hololens-Unity to play unity apps straight from Unity Editor. For this purposes there is Holographic remoting app in microsoft store. So, I downloaded Holographic remoting app; Then i…
HoloLens Development
Scrolling Object scrolls and then springs back to original position
This is for MRTK in Unity for us on Hololens 2. I imported the Scrolling Object prefab. The buttons are populated dynamically at run time. I can scroll the list in the Unity Editor (with difficulty), however, when I release the mouse the list reverts…
HoloLens Development
Unable to deploy apps to the HoloLens since October, "DEP 6957: Failed to connect to device using Universal Authentication"
I was able to deploy apps to the headset with no problem till October, but for the last month or so have simply not been able to connect using Visual Studio. I've tried deploying to multiple headsets from multiple PCs (all of which worked fine before),…
HoloLens Development
How to stream video to HoloLens 2 with low latency?
Hi, I am looking for a way to stream video (without audio) to HoloLens 2 with a latency < 300ms? I'd like to create a resizable virtual window on the HoloLens that shows the video streams. So far I tried: "HTTP Live Streaming"…
HoloLens Development
Hololens 2 integration with Azure and unity
Is it possible to deploy a 3D model from Unity to Azure and then display it on HoloLens 2?
HoloLens Development
Unable to deploy to HoloLens2 on Win10 and Win11
Hello, I am trying to deploy a Unity3D (2019.4.38f1) app using Visual Studio 2019 (16.11.43) to my HoloLens2 (22621.1418) on both Windows 10 and Windows 11. Unity has these packages added to the installation: Linux Build Support, Universal Windows…
HoloLens Development
Authentication problem with Visual Studio2017 and Hololens2
I'm developing Hololens2 again these days, but when I deploy in Visual Studio, it always shows DEP6957 error and doesn't proceed. There may be a build or connection-related problem, but since it's something I've been using for a long time and suddenly…
HoloLens Development

Turn off confirmation messages of eye calibration in Hololens 2
Hello, I am developing an application for Hololens 2 controlled by eye-tracking. I have used the "eye calibration checker" script from one of the examples to launch the calibration routine when a new user wears the headset. In order to complete…
HoloLens Development
Hololens 2 Preview mismatch
Hello, I've recently acquired an Hololens 2 and I'm doing some developments on it to detect objects and align holograms to it. My Apps work properly when I look at the scene with my own eyes, which is cool. However all the holograms are shifted when I…
HoloLens Development
How to access camera preview frames with MediaCapture class in Unity?
Using the Windows MediaCapture class we can capture videos and images on the HoloLens 2. The class also offers preview capabilities (see here). However, I am not sure how to get the preview stream within Unity and then display it to the user. In the docs…
Universal Windows Platform (UWP)
C#
HoloLens Development
VideoCapture API in Unity3D on HL2 only returns Legacy Resolutions under SupportedResolutions
Using VideoCapture API I am able to record videos on the HL2 for resolutions 2272x1278 and 896x504. I am encountering the same problem as described here:…
C#
HoloLens Development
Hololens 2 Unity app running on desktop and custom sample player don't have the same coordinate system
Hello, I'm currently engaged in a project involving marker tracking using the front camera of the HoloLens 2. My setup involves a Python client that streams camera data, detects ArUco markers, converts their position and orientation to world coordinates,…
HoloLens Development
VS2022 Error When Deploying HoloLens 2 Application: GameAssembly.lib Not Found
I encountered an error while deploying a HoloLens 2 application using VS2022: GameAssembly.lib not found. I noticed that the file does not exist in the Build folder and I'm not sure why it wasn't generated. I am deploying via Wi-Fi.