Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Issues with HoloLensForCV

Hello everyone,

I'm trying to get some image processing (object recognition) done with the HoloLens. It seems there is a Project by Microsoft itself which gives access to OpenCV: https://github.com/Microsoft/HoloLensForCV

I don't know where else to ask this, but it doesn't want to work. I had issues to build the samples, but got it fixed by changing the Target Platform Version down to 10.0.15063.0 of all Projects, which was 10.0.16299.0 before. I did put "ComputeOnDevice" as my Startup Project and am trying to put it on the HoloLens Emulator, but it throws "Access Violation" Exceptions at

     latestFrame =
                 _holoLensMediaFrameSourceGroup->GetLatestSensorFrame(
                     HoloLensForCV::SensorType::PhotoVideo);

I really don't know how to fix this.

I attached a screenshot. Thanks for any attempt of helping me.

Sign In or Register to comment.