HandViewer
Detects hands in an image, draws the image texture and loads hands to a 2D Canvas or 3D space.
Last updated
Detects hands in an image, draws the image texture and loads hands to a 2D Canvas or 3D space.
Last updated
The HandViewer
is a no-code component.
Inherits UnityEngine.MonoBehaviour class.
The HandViewer
is a no-code component. It connects the ImageView, HandManager and StreamSource components so that you can add hand tracking to your app without a single line of code.
Hands
List<>
A list of the detected hands.
A detailed example of how to detect hands, draw the image texture and load hands to a 2D Canvas or 3D space with the HandViewer
component is included in our Examples section: