RunningMode

public final enum RunningMode

MediaPipe vision task running mode. A MediaPipe vision task can be run with three different modes:

  • IMAGE: The mode for running a mediapipe vision task on single image inputs.
  • VIDEO: The mode for running a mediapipe vision task on the decoded frames of a video.
  • LIVE_STREAM: The mode for running a mediapipe vision task on a live stream of input data, such as from camera.

Inherited Methods

Enum Values

public static final RunningMode IMAGE

public static final RunningMode LIVE_STREAM

public static final RunningMode VIDEO