HandViewer

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 : MonoBehaviour

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.

Properties

NameTypeDescription

Hands

List<Hand>

A list of the detected hands.

Example

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:

No Code: Detect and visualize hands from a Sprite

Last updated