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

SpatialGestureRecognizer not working on 17134

Hi Forum

I have a simple 2D app (originally for phone and desktop) for flying a bluetooth quadcopter. I added gesture support for HoloLens and the app works fine on 14393. I just upgraded my device to 17134 and my OnInteractionDetected callback is not firing anymore. I've also verified this on the emulators ( works on 14393 and not 17134).

I don't see any documented changes in behavior in the gesture recognizer -- is it still supported for ordinary, non-exclusive UWP apps on 17134?

The entire source for my project is here:
https://github.com/bitcraze/crazyflie2-windows-uap-client/blob/master/GestureController.cs

Answers

  • Options

    I've been unsuccessful in my debugging. Can GestureRecognizer still be used in ordinary 2D apps on windows 1803 and beyond?

Sign In or Register to comment.