HandViewer
Detects hands in an image, draws the image texture and loads hands to a 2D Canvas or 3D space.
public class HandViewer : MonoBehaviourProperties
Name
Type
Description
Example
No Code: Detect and visualize hands from a SpriteLast updated
Detects hands in an image, draws the image texture and loads hands to a 2D Canvas or 3D space.
The HandViewer is a no-code component.
public class HandViewer : MonoBehaviourInherits 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.
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:
Last updated