We are working on some Pattern Recognition algorithms for HoloLens. Because of this we have to often use ideally created holograms as reference data for Machine Learning. Following very simple script creates menu item “ExportVertices” under menu Assets. If you want to export vertices and triangles...
I am a traditional software developer who is dependent a lot on source code management systems like TFS and Git for project collaboration. However, lately my foray into Augmented Reality and HoloLens has taken me into the wild west of Unity and 3D game development and the source code management is not...
This year at anniversary mobility day I will give two talks. One about .NET Core and another one about HoloLens development. http://www.mobilityday.com/Agenda/Session/2159?slotID=0 http://www.mobilityday.com/Agenda/Session/2110?slotID=0
To be able to work with spatial data you ill have to set some build settings in Unity. First of all, we have to set using of 16-bit depth buffers . in the Player Settings | Other Settings. Additionally Windows Holographic have to be enabled too, but this is probably already the case. As next, set...
Please feel invited to International Symposium of Wearable Computers 2016. The International Symposium on Wearable Computers (ISWC) is the premier event for wearable computing and technology, and issues related to on-body and worn mobile technologies. ISWC brings together researchers, product...
When building a HoloLens solution generated by UNITY in some cases following error might be thrown: Running SerializationWeaver... System.Exception: Assembly Unprocessed\UnityEngine.Networking.dll does not exist! Networking.DLL is just an example. In your case any other assembly might appear in the error...
When working with camera stream in HoloLens, you might get ValidationCaptureResult error code – 2147467259 . Typically you can check this in method like following one: void onStartVideoCapture(VideoCapture.VideoCaptureResult result) { if (result.success) ...
When trying to deploy your application to HoloLens you might get following error: The file 'C:/Data/Users/DefaultAccount/AppData/Local/DevelopmentFiles/YodaVS.Debug_x86. usernname /Data/level0' is corrupted! Remove it and launch unity again! [Position out of bounds!] (Filename:...
Holographic Academy provides an example “Hologram 101”, which sometimes on some PC cannot be compiled. For example, after exporting of the project from Unity to Visual Studio you might get following error: 1> System.Exception: Failed to generate networking code for C:\Users\daenetholoadmin...