TrackedFace.fromBuffer Method¶
Module: TrackedFace
Definition¶
Imports the face object from a buffer.
static TrackedFace fromBuffer(Uint8List? data)
Parameters
data Uint8Listin Buffer to import the face object from.
Returns
The newly created tracked face.
Exceptions
An error has occurred during Face Library execution.