RunningMode

公開最終列舉 RunningMode

MediaPipe 視覺工作執行模式。可透過三種不同模式執行 MediaPipe 視覺工作:

  • 圖片:在單一圖片輸入上執行媒體管道視覺工作的模式。
  • 影片:在已解碼的影片畫面中執行媒體管道視覺工作的模式。
  • LIVE_STREAM:對輸入資料串流 (例如透過攝影機) 的即時管道,執行媒體管道視覺工作。

繼承的方法

列舉值

public static final RunningMode 圖片

public Static Final RunningMode LIVE_STREAM

public static final RunningMode 影片