openvr icon indicating copy to clipboard operation
openvr copied to clipboard

[Question] Can openVR be used for full body tracking?

Open archonic opened this issue 3 years ago • 3 comments

In the docs it looks like all references to "skeleton" are just for hands. There's one sentence about a full body tracking mode. I'm looking for the expected format and hierarchy of bones that are expected by OpenVR or SteamVR for full body tracking. The skeleton data that I have available comes from Google MediaPipe.

image

archonic avatar Aug 04 '21 21:08 archonic

Did you find a solution? I am also trying to make feet tracking but I only found hand tracking in the documentation.

Loeloe02 avatar Aug 22 '21 21:08 Loeloe02

I haven't found a solution, no. The language of "skeleton tracking" in documentation is confusing because it seems to only be about hand tracking.

archonic avatar Aug 23 '21 15:08 archonic

What I think your referring to here is the skeletal input api, which is only used for hand animations. OpenVR doesn't have a skeletal system for full body tracking directly, instead you would create trackers for each point of the body you are tracking, and the user would assign those trackers to have specific roles for foot, shoulder, knee etc. it would then be up to the application to solve the position of the avatar based on the position of the assigned trackers.

danwillm avatar Jan 24 '22 16:01 danwillm