don't run any lpr postprocessing

This commit is contained in:
Josh Hawkins 2025-04-18 07:55:43 -05:00
parent 87be5eba6a
commit 04a633da4a

View File

@ -54,6 +54,9 @@ class LicensePlatePostProcessor(LicensePlateProcessingMixin, PostProcessorApi):
Returns:
None.
"""
# don't run LPR post processing for now
return
event_id = data["event_id"]
camera_name = data["camera"]