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 |
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 |
VNHumanHandPoseObservationMBS.Constructor Private
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
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 |
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 |
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.