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 Vuforia Sample in Unity ISSUE

Good Afternoon.

I have loaded the example hololens scene, when I try it with my Hololens, I have a problem when I want to track the teapot. When I track the teapot, his position not is correct. It have certain offset of the target, if I approach the target, the teapot approaches the target, and vice versa.

ME --------- target --------- teapot
ME -- target -- teapot

All GameObjects are in (0,0,0) position.

Any help?
I hope I explained correctly, thank you in advance.

Tagged:

Answers

  • Options

    Hi,Ihave the same question as you. Have you slolved?

  • Options

    Are you tracking image targets on computer screen or on print outs? I have tried on both and it looks like there is some offset if I show the image targets on computer screen but not seen on paper print outs. I have tried the default StoneAndChips image target as well as my own custom image targets on print outs, and it is working good without any noticeable offsets. And all my game objects was at (0,0,0)

       ME -- target -- teapot 
    

    For this make sure your HoloLensCamera GameObject "Near" value is "0.3"

Sign In or Register to comment.