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.

Does someone know the problem that the cursor is not in the middle of the FOV?

Hi,
I got a problem with the cursor in the Holotoolkit. Sometimes when I run my app the cursor is perfectly in the middle of my FOV, but sometimes it appears at the edge of the FOV or outside the FOV. I just dragged and dropped the Holotoolkit "Cursor" to my hierarchy.
Does someone know a solution for this problem?
I'm using the Holotoolkit 1.5.5.0 and unity 5.5.2f1 together with Vuforia 6.2.10.
Thanks for your help.

Best Answer

  • ChShChSh
    Answer ✓

    Same Problem just solved. Make sure that GazeTransform of GazeManager is not set to the ARCamera.

Answers

  • james_ashleyjames_ashley ✭✭✭✭

    It could be Vuforia. Sometimes when you use the locatable-camera, as Vuforia does, it can projection wonkiness. Try disabling the Voforia functionality and see if the this goes away -- at least that will help identify the root cause.

    James Ashley
    VS 2017 v5.3.3, Unity 2017.3.0f3, MRTK 2017.1.2, W10 17063
    Microsoft MVP, Freelance HoloLens/MR Developer
    www.imaginativeuniversal.com

  • ChShChSh
    Answer ✓

    Same Problem just solved. Make sure that GazeTransform of GazeManager is not set to the ARCamera.

  • Thank you!! I just needed to set the GazeTransform of GazeManager to my HololensCamera! Everything works now.

Sign In or Register to comment.