Don't handle api detections in recordings

This commit is contained in:
Nicolas Mowen 2024-04-01 17:10:37 -06:00
parent df58b15793
commit fb19912afc

View File

@ -507,6 +507,8 @@ class RecordingMaintainer(threading.Thread):
audio_detections,
)
)
elif topic == DetectionTypeEnum.api:
continue
if frame_time < run_start - stale_frame_count_threshold:
stale_frame_count += 1