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

Do I use my Kinect v2 camera for instead of HoloLens camera ??

GopiGopi
edited May 2016 in Questions And Answers

I am currently exploring HoloLens , I come across situation that need develop application for mixed reality application , but currently I don’t have Physical HoloLens , Do I use my Kinect v2 camera for instead of HoloLens camera ??

[Duplicate threads merged by DavidKlineMS 2016/05/11]

Best Answers

Answers

  • Options

    I am currently exploring HoloLens , I come across situation that need develop application for mixed reality application , but currently I don’t have Physical HoloLens , Do I use my Kinect v2 camera for instead of HoloLens camera ??

  • Options

    @Gopi,
    As @Jarrod1937 mentioned, the HoloLens Emulator is the tool you will want to use.

    The emulator is documented here, including information on the included room simulations. I also recommend taking a look at the Advanced emulator input page.

    Thanks!
    David

  • Options
    ahillierahillier mod
    edited May 2016

    Hi @Gopi,
    While Kinect and HoloLens share similar hardware capabilities, the APIs are very different. HoloLens does not do object tracking and you do not have access to underlying data streams on the HoloLens like you do on Kinect. Room data is returned at a much higher-level, as a collection of meshes, instead of as depth points. While you could convert the mesh to a point cloud, it will require additional processing steps that might be costly on HoloLens.

    Overall, the Kinect is not a valid substitute for HoloLens, because developing for both systems is quite different. The Kinect was designed to stay in one location and works best if it does not have to move around, while the HoloLens is meant to be worn on the head and constantly moves around with the user. I would only suggest mixing the Emulator and Kinect if you plan on writing an application that requires both a HoloLens and a Kinect.
    ~Angela

Sign In or Register to comment.