Compare commits

..

No commits in common. "18c23a1f6147392937ac984c5d5fbff357ff5418" and "413779ee2a9b7e8f50ecf4241e0ed848324ca8ba" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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,