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.

Hololens physical camera view vs Hololens actual view

I am making a raycast based on the view that the camera is outputting and while the cast returns the same coordinates, the hologram that is generated from the cast shows up in different positions on the hololens view and camera view. It's not too far off, but I want to make it exact as possible.

Here's a question I had posted earlier on the subject.

Best Answer

Answers

  • The reason for is that the object distance (to be displayed by HoloLens) is fixed to 2m. Then, there will be visual discrepancies between the physical and the virtual objects, because of:
    1. The focal length different from 2m
    2. The actual object distance
    3. The right-eye vision only and the indivisual IPD.

Sign In or Register to comment.