FaceMeshStreamProcessor class

Helper that turns a stream of camera frames into MediaPipe results.

Constructors

FaceMeshStreamProcessor(FaceMeshProcessor _processor)
Creates a processor bound to the given synchronous FaceMeshProcessor.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(Stream<FaceMeshImage> frames, {NormalizedRect? roi, FaceMeshBoxResolver<FaceMeshImage>? boxResolver, double boxScale = _boxScale, bool boxMakeSquare = true, int rotationDegrees = 0, bool mirrorHorizontal = false}) Stream<FaceMeshResult>
Processes a stream of FaceMeshImage frames sequentially.
processNv21(Stream<FaceMeshNv21Image> frames, {NormalizedRect? roi, FaceMeshBoxResolver<FaceMeshNv21Image>? boxResolver, double boxScale = _boxScale, bool boxMakeSquare = true, int rotationDegrees = 0, bool mirrorHorizontal = false}) Stream<FaceMeshResult>
Processes NV21 camera frames coming from a stream.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited