Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
C-compatible struct containing the pose of a hand. More...
#include <handpose.h>
Public Attributes | |
uint64_t | frameId |
Autoincrement frame number. More... | |
uint64_t | time |
Time from epoch in microseconds. More... | |
uint64_t | handId |
Hand identifier. More... | |
SR_handSide | side |
Left or right hand. More... | |
SR_point3d | wrist |
Absolute position of the wrist. More... | |
SR_point3d | palm |
Absolute position of the center of the palm. More... | |
SR_thumb | thumb |
Thumb. More... | |
SR_finger | index |
Index finger. More... | |
SR_finger | middle |
Middle finger. More... | |
SR_finger | ring |
Ring finger. More... | |
SR_finger | pinky |
Pinky. More... | |
SR_finger | fingers [4] |
Fingers (excluding thumb) More... | |
SR_point3d | joints [21] |
Positions with respect tot he display for joints in the hand. More... | |
C-compatible struct containing the pose of a hand.
_16_ _12_ _20_| | |__8_ | | 15 | 11 | | | 19 | | | 7 | | | 14 | 10 | | | 18 | | | 6 | | | 13 | 9 | | __4_ | 17 5 | / | | | / / | |/ 3 / | 1 / \ 2 _/ \__ __/ \ 0 /
SR_finger SR_handPose::fingers[4] |
Fingers (excluding thumb)
uint64_t SR_handPose::frameId |
Autoincrement frame number.
uint64_t SR_handPose::handId |
Hand identifier.
SR_finger SR_handPose::index |
Index finger.
SR_point3d SR_handPose::joints[21] |
Positions with respect tot he display for joints in the hand.
SR_finger SR_handPose::middle |
Middle finger.
SR_point3d SR_handPose::palm |
Absolute position of the center of the palm.
SR_finger SR_handPose::pinky |
Pinky.
SR_finger SR_handPose::ring |
Ring finger.
SR_handSide SR_handPose::side |
Left or right hand.
SR_thumb SR_handPose::thumb |
Thumb.
uint64_t SR_handPose::time |
Time from epoch in microseconds.
SR_point3d SR_handPose::wrist |
Absolute position of the wrist.