Capturer class Null safety

Interface object for detecting or tracking of faces in the images or video sequences

Constructors

Capturer(DynamicLibrary dll_handle, Pointer<Void> impl)
Can only be created via FacerecService.createCapturer

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

capture(Uint8List encodedImage) List<RawSample>
Capture faces in a given encoded image or video frame.
captureRawImageF(RawImageF image) List<RawSample>
dispose() → void
Removing an object from memory. Must be called manually.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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