Platforms to show: All Mac Windows Linux Cross-Platform

Back to VNHumanHandPoseObservationMBS class.

VNHumanHandPoseObservationMBS.availableJointNames as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The names of the available joints in the observation.

VNHumanHandPoseObservationMBS.availableJointsGroupNames as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The joint group names available in the observation.

VNHumanHandPoseObservationMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

VNHumanHandPoseObservationMBS.recognizedPointForJointName(name as String, byref error as NSErrorMBS) as VNRecognizedPointMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Retrieves the recognized point for a joint name.

jointName: The joint name of the point to retrieve.
error: On output, an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Returns the point for the joint name. On failure, this method returns nil.

VNHumanHandPoseObservationMBS.recognizedPointsForJointsGroupName(name as String, byref error as NSErrorMBS) as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Retrieves the recognized points associated with the joint group name.

jointsGroupName: The joint group name of the points to retrieve.
error: On output, an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Returns the array of points associated with the joint group name. On failure, this method returns nil.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...