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

get photo without disparity between the camera view and eye view

Hello,

Does anyone know if I can get a photo from the hololens camera which just looks like what I can see using my own eye without disparity? What kind of information do I need to get?

Thanks!

Answers

  • Options

    Hi @Nan, I think that's inherently impossible since there's no camera physically where your eyes are.

    However, I think the closest you can do is as follows. you might be able to use the LocatableCamera to get its position and orientation and then find the rigid transformation between it and Unity's Camera.main.transform. I'm assuming Camera.main.transform represents where the user's physical eyes are, but I'm not sure (can someone verify this?). Once you have this, along with the 3D mesh information, you should be able to determine what the photo would have looked like for the most part...

Sign In or Register to comment.