HandTrackerExtensions
Extension methods for the StreamSource class.
public static class HandTrackerExtensionsMethods
Name
Return Type
Description
Example
Detect hands in StreamSource
[SerializeField] private StreamSource _source;
private readonly HandTracker handTracker = new HandTracker();List<Hand> hands = _handTracker.Load(_source);Last updated