[Solved] Sudden Trouble Building App / Metafile & First-pass.dll Missing?
EDIT: The solution to this problem for me was to factory reset the hololens as well as my computer, and reinstall all software fresh. Also, don't forget to pair up your hololens before you attempt to...
View ArticleCursorWithFeedback
As I was trying to figure out why my cursor does not make a gazed-upon object focused, I realized that I had to bring the object closer to the camera. So, I thought there must be a parameter that sets...
View ArticleIs there any access to hololens depth sensor?
Currently I am developing a hololens programme. But I can not find the access to depth camera like kinect. Is there any way I can get the raw depth image from hololens? Many thanks!
View ArticleCan't get PC to connect to the device
What more do I need to do? Have done everything on this page to no avail. I plug in to USB and can't get to the device portal as shown in the docs. PC is on slow ring build 14295.1005 - do I have to be...
View ArticleHologram offset when taking screenshot with Holo Remoting App
Hello, I use unity 5.5.0f3 with the Holographic Remoting app to stream from Unity to Hololens. I'd like to take screenshots showing both holograms and real scene, but when using the remoting app, the...
View ArticleGreat Spatial Mapping Experience in Lunar Module (Mixed Reality Design Labs)
Good afternoon everyone! Recently, I've tried Lunar Module application on HoloLens and it was really cool. Links for an app: GitHub: https://github.com/Microsoft/MRDesignLabs_Unity_LunarModule Windows...
View ArticleHow to add "MR Design Labs" to the project? Can't build it in the Unity!
Hello, Based on that this resource is great, more and more people want to use it. GitHub link: https://github.com/Microsoft/MRDesignLabs_Unity/tree/master/DesignLabs_Unity_Examples I've already seen...
View ArticleHololens UDP server?
Hello, I'm trying to build a simple UDP server to run on the Hololens. However, I'm getting the error: The type or namespace name 'UdpClient' could not be found (are you missing a using directive or an...
View ArticleUDP-Communication [SOLVED]
After a little bit searching I found a solution for UDP-Communication (sending & receiving). I found a very simple solution at...
View ArticleSpatial understanding mesh problem
I use this mesh for scanning rooms and I noticed that when I scan enough time the mesh goes higher and higher (every point separately). like some kind of offset between reality and the mesh. I'd like...
View ArticleHow do I activate a popup menu on focus?
Hello. I am working on an application for Hololens in which I wish to enable a child of a game object through focusing my gaze on it, and then keep it active by gazing either on the parent, or on the...
View ArticleSpectator View - Unity or HoloLens ?
Hi All, I am all done with spectator view setting up. When we run the spectator view from unity i am assuming that the holograms should come from hololens instead of unity camera. for me it is coming...
View ArticleHow to properly use ActiveMQ in a HoloLens Unity app?
Hello, I am currently building a Unity App for the HoloLens which needs to communicate with ActiveMQ. To do this, I need external dlls,. I added in a Plugins folder the following files Apache.NMS.dll,...
View ArticleFile i/o and Async Issues
Currently Using: Unity 2017.1.0p5 VS 2017 15.3.2 So I'm trying to run code that I had working with older versions of Unity 5.5 and VS2015 before but doesn't currently with the two current versions I'm...
View ArticleVideo Loading and Playback Unity
Unity 5.5.1f1 Hey guys I'm trying to load and play captured HoloLens videos and videos in general in my Unity app. The point is to be able to place a related video next to a event that's happening....
View ArticleMixed Reality Minimum Requirements and WDDM 2.2
Per the Mixed Reality documentation (see here) for the headsets one of the minimum requirements is a video card that has a WDDM 2.2 driver such as the NVidia GTX 1050 based card. I got my hands on one...
View ArticleRender 2000+ Gameobjects at the same time
Hi, all! I am implementing a data visualization tool using 3D Scatter dots plot. I am using sphere to represent each dot in the chart because I need to dynamically change the radius and position of...
View ArticleDetect Camera's relative position to a box collider like in Holograms App
In the built in Holograms app, I found that the "menu" ("adjust" button and "delete" button) will show up at different side of the box collider according to user's relative position to the Holograms,...
View ArticleTryGetInteractionSourcePose Is failing (not unity, C++)
Please no unity answers. The following code is failing for my app until I let the controller go to sleep and then resume while running. Not sure if this is a bug in the SDK or... ?? if(auto pose =...
View Article