MixedRealityToolkit
MixedRealityToolkit copied to clipboard
The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
Hi, is it possible to deploy sharing server on Windows 10 IoT core? I tried to compile the HoloToolKit package and deployed in Raspberry Pi (running Windows 10 IoT core)...
I suppose this is a very dumb question, but can someone point me in the right direction for integration of HoloToolkit.Sharing into a C++ project? I want to integrate HoloToolkit.Sharing...
Hello, i would like to calibrate floor of the mixed reality from inside my app, the same way we can do it using "Room Adjustment". Is that possible?
Hi all, I am trying to use the understanding feature with hololens. I need to recognize a plane on the floor with its heigh below 1 cm. The object is...
A month ago, Microsoft showcased the new ["Flashlight" feature][1] for existing WMR immersive/VR headsets. [![enter image description here][2]][2] Since then, I've been trying to find a way to programmatically access...
Hi guys We've updated MRTK to [2017.4.1.0](https://github.com/Microsoft/MixedRealityToolkit-Unity/tree/2017.4.1.0) We have one nasty bug that crashes the unity editor (2017.4.10) with an access violation in SharingClient.dll . This was already present in...
Hey everyone, I have completed the shared holograms tutorial at https://docs.microsoft.com/en-us/windows/mixed-reality/holograms-240 but have a few problems I need to resolve and would appreciate any help, advise or direction. I can...
Hello, I am using two hololens to collaborate remotely from different geographical locations. I hosted the SharingService on Azure with ports 20601 and 20602 open. I can see when the...
Sorry if this is the wrong place to ask this. Can the sharingservice.exe support multiple sharing apps running at once? I have two apps hitting the same service the first...
What's the preferred method to add the Sharing Client to a NON-unity solution for use on UWP/Hololens? Not having any issues building (except for the _NOEXCEPT modification to noexcept) when...