ManoMotion Unity SDK 2.0
SDK documentation
|
Contains information about position and tracking of the hand. More...
Public Attributes | |
BoundingBox | boundingBox |
Provides tracking information regarding the bounding box that contains the hand. it yields normalized values between 0 and 1. | |
WristInfo | wristInfo |
Information about wrist points. | |
float | depthEstimation |
Provides tracking information regarding an estimation of the hand depth. it yields a 0-1 float value depending based on the distance of the hand from the camera. | |
int | numberOfContourPoints |
The amount of contour points the contour uses for each frame. | |
Vector3[] | contourPoints |
200 normalized contour points to get the contour of the hand. | |
SkeletonInfo | skeleton |
Contains the positions of the 21 joints. | |
WorldSkeletonInfo | worldSkeleton |
FingerInfo | fingerInfo |
Information about winger width. | |
BoundingBox ManoMotion.TrackingInfo.boundingBox |
Vector3 [] ManoMotion.TrackingInfo.contourPoints |
float ManoMotion.TrackingInfo.depthEstimation |
FingerInfo ManoMotion.TrackingInfo.fingerInfo |
int ManoMotion.TrackingInfo.numberOfContourPoints |
SkeletonInfo ManoMotion.TrackingInfo.skeleton |
WorldSkeletonInfo ManoMotion.TrackingInfo.worldSkeleton |
WristInfo ManoMotion.TrackingInfo.wristInfo |