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 FingerImageRecordin Finger image record to add to the finger indexer.
uuid Uint8Listin UUID of the added finger template record, as a 16 bytes array.
Exceptions
An error has occurred during Finger Library execution.