videoanalysis: fixup detection set

This commit is contained in:
Koushik Dutta
2026-01-12 15:10:36 -08:00
parent bb902467eb
commit c1895df062
3 changed files with 4 additions and 3 deletions

View File

@@ -504,6 +504,7 @@ class ObjectDetectionMixin extends SettingsMixinDeviceBase<VideoCamera & Camera
this.console.log(`[${Math.round((now - start) / 100) / 10}s] Zones : ${zones.length}`);
stationaryDetections.clear();
movingDetections.clear();
filteredDetections.clear();
lastReport = now;
}
}