HoloLensCameraStream icon indicating copy to clipboard operation
HoloLensCameraStream copied to clipboard

deploying on VS .Net 4.6

Open valavakilian opened this issue 6 years ago • 1 comments

Hi and thank you for this amazing project. I am trying to run some processing and I need OpenCvSharp.Dnn to be included in the project. I couldn't find a version other than OpenCvSharp4 4.0.0.20190108 that included this library. However I had to change the target program to : Scripting Runtime: .NET 4.6 for the library to be included and then I could install OpenCvSharp4 4.0.0.20190108 add in: using OpenCvSharp.Dnn Now before I even included the new " using OpenCvSharp.Dnn" I gave it a go on my hololens and I got the following message:

Setting up 1 worker threads for Enlighten.

Thread -> id: 24c -> priority: 1

You're integrating from APP thread, call item directly instead.

(Filename: C:\buildslave\unity\build\PlatformDependent/MetroPlayer/AppCallbacks.cpp Line: 438)

The program '[3356] HoloLensVideoCaptureExample.exe' has exited with code -2147483645 (0x80000003).

And the application for the "HololensVideoCapture" seems to be running fine. (I'm not sure if it actually uploaded or if it ran into a problem and Just rolled back to the previous version - I'm a beginner with the Hololens ) So I wanted to see if anyone has tried running this program in a runtime .Net 4.6 environment and are there any major problems I should be aware of .

Thank you for your amazing work.

valavakilian avatar Feb 22 '19 23:02 valavakilian

Actually, I can see now that I actually can't include OpenCVSharp in the project because unity gives me an error. Any solutions ? Thanks for your help

valavakilian avatar Feb 22 '19 23:02 valavakilian