FaceIndexer.update Method

Module: FaceIndexer

Definition

Update a user’s template into the Face Indexer.

Note

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

void update(FaceTemplate faceTemplate, Uint8List? uuid)

Parameters

faceTemplate FaceTemplate
in Face template of the user to update.

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

Exceptions

An error has occurred during Face Library execution.