resetTracking method

void resetTracking()

Clears all temporal face associations and restarts ID allocation.

Call this when switching cameras, video files, or otherwise changing to an unrelated image sequence. Tracking is geometric and short-lived; it is not face recognition.

Implementation

void resetTracking() => _tracking.reset();