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

Will we have access to the the depth sensors, IR cameras, and RGB cameras data streams?

It's no secret this thing runs like a Kinect. Will we have access to the following streams?

Best Answer

Answers

  • Options

    The closest I've seen is the locatable camera: https://developer.microsoft.com/en-US/windows/holographic/locatable_camera

    Which gives RGB camera output along with 3D viewing ray coordinates.

  • Options

    @Dwight_Goins_EE_MVP said:
    Jarrod1937,

    Currently the only thing that is exposed is the web camera. The depth is given to us at a much higher level through Spatial Mapping.

    I haven't gotten around to checking it out myself yet, but are you saying currently the coordinates are not exposed or that I misread the documentation and they will never be exposed via the locatable camera? The 'Images with Coordinate Systems' seems to strongly imply that the spatial coordinates are provided along with the image capture.

  • Options

    The coordinates are, but not an array of pixels which correspond to the depth in meters per pixel. That's a Kinect concept, not a HoloLens concept. The raw depth values are processed by the HPU and exposed to us by the Spatial Mapping API, if I'm not mistaken. I don't see anywhere you can get the depth as an image, but color as an image is exposed through Media Foundation and the media capture APIs.

    Dwight Goins
    CAO & Founder| Independent Architect | Trainer and Consultant | Sr. Enterprise Architect
    MVP | MCT | MCSD | MCPD | SharePoint TS | MS Virtual TS |Windows 8 App Store Developer | Linux Gentoo Geek | Raspberry Pi Owner | Micro .Net Developer | Kinect For Windows Device Developer
    http://dgoins.wordpress.com

Sign In or Register to comment.