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

Hologram shifted in world space

Hi everyone,

I'm trying to render a hologram, using DirectX, at a spot in the world (coordinate system generated by the StationaryFrameOfReference, I get when the app is started), that is marked with a QR-code. To do so, I get the center of the QR code, generate the Ray in the world space, according to the specific pixel and the coordinate system, that belongs to the image. And get the position of the vertex, that is hit by the ray and the nearest to the user's position.

When I want to render a hologram at this position, theres always a shift up to 15cm to the exact position of the QR-code. The shift is variable, and I cannot recognize, what it depends on.

When I write the 3D data of the room into a .ply-file, and mark the detected position by color, the shift is not recognizable. Because of that, I think theres a problem between the coordinate system, I work on and the one DirectX renders the holograms in.

Am I missing a transformation from the coordinate system, generated by the StationaryFrameOfReference, or something? Did anyone noticed a similar problem?

Thanks and greetings,
Marius

Sign In or Register to comment.