mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-02 13:24:53 +03:00
Merge 18c23a1f61 into dc27d4ad16
This commit is contained in:
commit
bb948f73d3
@ -727,7 +727,8 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
elif (
|
elif (
|
||||||
topic == DetectionTypeEnum.api.value or DetectionTypeEnum.lpr.value
|
topic == DetectionTypeEnum.api.value
|
||||||
|
or topic == DetectionTypeEnum.lpr.value
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
@ -642,7 +642,10 @@ class ReviewSegmentMaintainer(threading.Thread):
|
|||||||
_,
|
_,
|
||||||
audio_detections,
|
audio_detections,
|
||||||
) = data
|
) = data
|
||||||
elif topic == DetectionTypeEnum.api.value or DetectionTypeEnum.lpr.value:
|
elif (
|
||||||
|
topic == DetectionTypeEnum.api.value
|
||||||
|
or topic == DetectionTypeEnum.lpr.value
|
||||||
|
):
|
||||||
(
|
(
|
||||||
camera,
|
camera,
|
||||||
frame_time,
|
frame_time,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user