mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Don't handle api detections in recordings
This commit is contained in:
parent
df58b15793
commit
fb19912afc
@ -507,6 +507,8 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
audio_detections,
|
audio_detections,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
elif topic == DetectionTypeEnum.api:
|
||||||
|
continue
|
||||||
|
|
||||||
if frame_time < run_start - stale_frame_count_threshold:
|
if frame_time < run_start - stale_frame_count_threshold:
|
||||||
stale_frame_count += 1
|
stale_frame_count += 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user