FaceIndexer.add Method

Module: FaceIndexer

Definition

Adds a user to the Face Indexer.

Note

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

void add(FaceTemplate faceTemplate, Uint8List? uuid)

Parameters

faceTemplate FaceTemplate
in Face template of the user to add to the face indexer.

uuid Uint8List
in UUID of the added user, as a 16 bytes array.

Exceptions

An error has occurred during Face Library execution.