FingerIndexer.add Method

Module: FingerIndexer

Definition

Adds a user to the finger indexer.

Note

This function is thread safe with other Add() calls but not with Search() calls.

void add(FingerImageRecord fingerImageRecord, Uint8List? uuid)

Parameters

fingerImageRecord FingerImageRecord
in Finger image record to add to the finger indexer.

uuid Uint8List
in UUID of the added finger template record, as a 16 bytes array.

Exceptions

An error has occurred during Finger Library execution.