FingerLibrary.loadModelBuffer Method

Module: FingerLibrary

Definition

Loads a model from the zoo into the required processing unit.

static void loadModelBuffer(Uint8List? modelBuffer, FingerModel fingerModel, ProcessingUnit processingUnit)

Parameters

modelBuffer Uint8List
in A buffer containing the AI model to be loaded.

fingerModel FingerModel
in The AI model to be loaded.

processingUnit ProcessingUnit
in The processing unit to be used.

Exceptions

An error has occurred during Finger Library execution.