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

Body Tracking beyond HeadPose

Hi,

I see that in the API we can get the Vector3s associated with the head pose, but so far not successful in locating any lower level API to track the user's skeleton or partial or estimated skeleton, given the camera angles involved. Can anyone point the way or clarify if this information is not available in the first devkit API release?

Anything close to Kinect-like skeletal tracking in an initial public API? Or way to capture at lower level than the gestural APIs interpolated skeletal positions.... I see head pose tracking, higher level gestures, but unable to locate LArm /RArm tracking, or if the orientation of the trunk can be inferred... Assume might be able to indirectly triangulate and measure estimated approximate height of the user relative to the ground at a point in time and from the max and min and accelerations infer the user is hunched over or doing knee bends or infer or at least confabulate something reasonable as a model for the unseen skeleton even without a direct camera tracking the entire body....

https://msdn.microsoft.com/en-us/library/windows/apps/windows.perception.people.headpose.aspx
or SpatialPointerPose...for head positions

Best Answer

Answers

Sign In or Register to comment.