FaceMeshStreamProcessor constructor

FaceMeshStreamProcessor(
  1. FaceMeshProcessor _processor
)

Creates a processor bound to the given synchronous FaceMeshProcessor.

Implementation

FaceMeshStreamProcessor(this._processor);