oculus-samples / Unreal-HandGameplay

Oculus showcase of hand tracking based interactions in Unreal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get Pose Strings

mediaruebe opened this issue · comments

In all of the documentation for this project "Pose Strings" are referenced. For example when you want to grab an object, it has the pose of the hand in the grab state in a "Pose String". But how can you create your own? And why not use pose assets (Unreal Animation Assets) for this?

You can find this documented here:
https://github.com/oculus-samples/Unreal-HandGameplay/blob/main/Plugins/OculusHandTools/README_HandPoseRecognition.md

The pose string is directly related to bone angles as returned by the Oculus API and has been created to demonstrate how it could be used to recognize both hand poses, and hand poses over time (simple gestures).