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.
In the Unity2018.3.14,OpenCVUtils.CheckOpenCVWrapperHasLoaded() doesn't work success,and throwing an exception,but it works well in Unity2017.4.5.Could you please tell me the reason?Any one help me? @keveleigh
When i use Spectator View to build,build VS tell me need update to opencv to ARM,Can give us opencv dll to build?
When I wrote socket and IO and Thread related code in the program, untiy packaging times was wrong, The socket.Connect function is not supported. The socket.Receive function is not supported,...
Currently several files have inconsistent copyright headers. Replace with: // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for...
Hi, I would like to do the spatialMapping and spatialUnderstanding only once and save the results. I cannot find a way to feed the entire process from a file in...
I get these warnings which scare me when building for x64: ``` 1>PlaySpace\PlaySpaceInfos_W.cpp(3682): warning C4311: 'type cast': pointer truncation from 'U8 *' to 'U32' 1>PlaySpace\PlaySpaceInfos_W.cpp(3682): warning C4302: 'type cast': truncation...
I get these build errors: ``` HoloToolkit\SpatialUnderstanding\Src\Engine\MathInlinePc_Z.h(15): error C4235: nonstandard extension used: '__asm' keyword not supported on this architecture HoloToolkit\SpatialUnderstanding\Src\Engine\MathInlinePc_Z.h(16): error C2065: 'fld': undeclared identifier HoloToolkit\SpatialUnderstanding\Src\Engine\MathInlinePc_Z.h(16): error C2146: syntax error:...
When importing the latest sharing SDK into Unity i get compilation errors on all the .cs files related to ImageTag. All errors are similar to this: "Assets/HoloToolkit/Sharing/Scripts/SDK/ImageTagManager.cs(33,32): error CS0117: `HoloToolkit.Sharing.SharingClientPINVOKE'...
I have a use case where I want to display some modifiable state of the session on a list of the available sessions. The state can't be contained in the...
1) Open the SpatialUnderstanding solution. Set a breakpoint in RunTest_RealTimeScan_DynamicInputData and enable the code (currently disabled with #if 0) that checks normLength. 2) Run TestApp in SpatialUnderstanding in the UniversalRelease...