Expose "Pose Score" for Custom Logic #128
Unanswered
matttidridge
asked this question in
Q&A
Replies: 1 comment
-
You can access origin mediapipe data in C++, HolisticComponent has some event, please see the .h file, XXXTrigger means an C++ native event. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the current execution, we can set a
MinPoseScoreThresh
where it looks like if a part of the body is not tracked, the character will default to the T pose.If the user is no longer being tracked or the tracking is poor for some reason, we would like the character to play a random idle animation instead. Is it possible to get access to the "Pose Score" or some kind of Bool that shows when the
Pose Score
is below theMinPoseScoreThresh
?Beta Was this translation helpful? Give feedback.
All reactions