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

Hololens and Cordova

I'm trying to create a cordova plugin to create an holographic view. I'm having an issue when I call HolographicSpace::CreateForCoreWindow(window). That throws a Platform::AccessDeniedException. I've try to enable all the permission in the packaging but that doesn't change anything. Anyone has any idea what might cause this exception ?

Answers

  • Options
    Alec_HAlec_H ✭✭

    It looks like cordova only supports up to windows 8. The Hololens is running on a lite version of Windows 10. This maybe your issue? Also another reason is the Hololens is pretty locked downs still, because it is a first wave dev model(IE you can't update firmware on your pc or access much of it on a pc). I think this restrictions will decrease as the dev period lengthens. I hope this helps.

  • Options

    Hi Alec, Thanks for your feedback. Note that cordova now support windows 10 uwp (it's using winJS host to do so). I suspect the hololens API have been restricted to run from the winjs host client.

Sign In or Register to comment.