Problem beim Anmelden bei HoloLens Remote Assist – "Application is disabled"
Hallo, ich habe beim Versuch, mich bei HoloLens Remote Assist anzumelden, folgendes Problem: Es erscheint die Fehlermeldung: "Application is disabled". Könnten Sie bitte prüfen, ob die Anwendung in unserem Tenant deaktiviert wurde oder ob ein…
HoloLens | Other
Adobe folder in Roaming folder
I noticed that in the Roaming folder Adobe, when I deleted after a month, it came back please help to delete
HoloLens | Other
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
World Spatial Anchors
Is there a video that is easier for me to follow in terms of downloading and making world anchors as I am stuck when trying to follow the guide and I will tend to get a lot of errors within the unity project.
HoloLens | Development
Determining the Transformation between the HoloLens Reference Frame and a Metrological Coordinate System
I'm trying to determine the position of the HoloLens reference frame relative to a coordinate system provided by a metrology device. Although I have the positions of the sensors I've placed on the HoloLens, these positions are given in the coordinate…
HoloLens | Development
Remote Renderer - General error creating sesion:GraphicsBindingIncomplete on Hololens 2
I'm trying to get a model from Azure Remote Renderer on my hololens 2. Everything is ok on Unity 3D editor, I mean I get my model from azure without any problems, but when I build the aplication there is an error: General error creating…
Azure Remote Rendering
HoloLens | Development
How to enable Hololens Emulator 2 input controls?
I am new to Hololens development and am having trouble controlling my Hololens Emulator 2. There are no hand gestures appearing, and the input settings shown in the Simulation Panel are disabled. I am not able to turn on the left or right hand, so I am…
HoloLens | Development
How to fix E1696 cannot open source file "atomic_ops.h"? for Holens 2
Problem: After building and deploying, I get the following error: E1696 cannot open source file "atomic_ops.h". I am using a combination of realese and ARMx64 first I used to have unhandled exception errors unhandled exception at…
HoloLens | Development
How to check via code the implemented sampling rate in Hololens 2 with MRTK3
Inquiries May I see how to check via code the implemented sampling rate with MRTK3? Is the origin coordinate via FuzzyGazeInteractor (RayOriginTransform) the average of both eye gaze coordinates? Problem statement The origin coordinates of eye gaze…
HoloLens | Development
HoloLens2 - integrate custom vision error
Hello, I am having issues with the Integrate Azure Cloud Services to your Unity project on HoloLens 2 tutorial. Specifically, I am having issues getting Exercise - Integrate Azure Custom Vision to work after I deployed my project onto the HoloLens2 with…
Azure
HoloLens | Development
Hololens 2 UWP C# App: Issues with Front-Facing Camera at Higher Resolutions (2272x1278) and NV12
I am developing a UWP C# App for the Hololens2. I am trying to access the front facing camera via MediaCapture and MediaFrameReader. So far all is working fine as long as I stick to the resolution of 896x504. As soon as I try to set the resolution to…
HoloLens | Development
Encountering 'String Too Long' Error When Adding Non-English Keywords in Unity's RemoteSpeechProvider
The use of English keywords with holographic remoting and keyword recognition functions smoothly. However, when I attempt to use non-English keywords (e.g., Chinese), an error occurs while adding commands to the remote speech profile. This leads me to…
HoloLens | Development
Azure spatial anchor is not created. Application on hololens 2 closes right away after I click on create anchor
I hope all is well! I am working on developing a synchronized MR environment by allowing users to share spatial anchors across devices. I want to use Photon for real-time communication and synchronization between users and Azure Spatial Anchor to allow…
HoloLens | Development
Community Center | Not monitored
No sound is played from hololens2 when emulate with holographic remoting player.
現在、私はhololens2とholographic remoting playerとunityを用いて開発を行っています。以下の画像のようにメインカメラに対してaudio listenerとaudio sourceを付与し、音を流そうとしています。しかし、実際には音声はpc側のスピーカーから流れてしまいます。これをhololens2側から流すためにはどのような手順を踏めばよいのでしょうか。また、pc側のスピーカー設定ではhololens2を選択できません。
HoloLens | Development
Preessablebutton icon and text effect problom
Im a MRTK3 VR player. When I packed MRTK3 to my headset, I noticed that icons and texts on preessablebutton will lift when the headset center gazing them(ps:I do opened gaze mode in xr rig, but the gaze intergrate of the headset doesn't finish, so the…
HoloLens | Development
Issues with getting my Custom Vision Project on HoloLens2
Hello, I wanted to ask if can I get my Azure Custom Vision project for image recognition to be deployed on my HoloLens2? For reference, I would like my HoloLens2 to recognize the image of a specific 3D printer. I followed this Microsoft tutorial, but…
Azure AI Custom Vision
HoloLens | Development
I have a question regarding Hololen2's camera when it recognizes the QR code
I have a question regarding Hololen2's camera when it Detecting QR codesthe QR code the camera used by QRCodeWatcher but I would like to know what the judgment criteria are. (The wide-angle camera is used every time, but is there a case where the…
HoloLens | Development
Unity App doesn't appear after Visual Studio deploy on HoloLens 2
I'm working on HoloLens 2 through Unity. I developed a lot of applications that work perfectly, but since two weeks I have some issues with the HL2: Visual Studio gives the feedback that it was successfully build and successfully deployed however the…
HoloLens | Development
Changes made to the C#script are not reflected in the executable file
Using VisualStudio from UnityEditor, open a C# script file, Make changes to the script. Then, build on HoloLens2. However, the changes I made are not reflected in the app. In UnityEditor, the app will run according to the changes you make. Changes made…