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.
About a Depth Image from depth sensor(alignment with color image issue)

Hi, I'm working on Hololens
I want to get 2 captured images one color and the other depth
MY PROBLEM IS THAT TWO IMAGES ARE NOT ALIGNED.
I used UNITY_SAMPLE_DEPTH on shader for get depth image,
and Assets(https://forum.unity.com/threads/holographic-photo-blending-with-photocapture.416023/) to capture the image.
I used separate shader for depth images. So the procedure is like this:
After launching the APP, I capture and get color image on Quad obj then save the image(texture2D) to local drive of HoloLens for ".jpg" format.
Then, I change shader for depth image, and capture and save the image again
Finally, I download 2 images via Device Portal, and find those two images are not aligned
Depth images are seems to be zoomed.
Don't know why. Please help
Thank you