mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-10 07:25:27 +03:00
Compare commits
No commits in common. "18c23a1f6147392937ac984c5d5fbff357ff5418" and "413779ee2a9b7e8f50ecf4241e0ed848324ca8ba" have entirely different histories.
18c23a1f61
...
413779ee2a
@ -727,8 +727,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
elif (
|
elif (
|
||||||
topic == DetectionTypeEnum.api.value
|
topic == DetectionTypeEnum.api.value or topic == DetectionTypeEnum.lpr.value
|
||||||
or topic == DetectionTypeEnum.lpr.value
|
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
@ -642,10 +642,7 @@ class ReviewSegmentMaintainer(threading.Thread):
|
|||||||
_,
|
_,
|
||||||
audio_detections,
|
audio_detections,
|
||||||
) = data
|
) = data
|
||||||
elif (
|
elif topic == DetectionTypeEnum.api.value or DetectionTypeEnum.lpr.value:
|
||||||
topic == DetectionTypeEnum.api.value
|
|
||||||
or topic == DetectionTypeEnum.lpr.value
|
|
||||||
):
|
|
||||||
(
|
(
|
||||||
camera,
|
camera,
|
||||||
frame_time,
|
frame_time,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user