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

The underlying principle to obtain intrinsic parameter of the holographic camera?

Hi,
I know we can use HolographicFrame to obtain the intrinsic parameters of the holographic camera. But what's the underlying principle to do this?
I am guessing it is in the calibration step, HoloLens uses some calibration algorithm to find the intrinsic parameters such as focal length which is most similar to our eyes.

Can anybody guide with some articles talking about this?

Thanks a lot.

Yixun

Answers

  • Options
    edited October 2017

    Hi,

    I faced the need to get intrinsics aswell. After some googling I found this.

    But there the instrinsics are obtained running the camera in video mode.
    For my project I am working on, I want to use a camera resolution of 2048x1152 (photo-mode) which is not supported in video mode as documented here.

    Therefore I need another way to get the intrinsics. Any idea?

Sign In or Register to comment.