From 7016f6c8e94d8d448e0cefafc38251be9f405ed7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 12 May 2025 08:19:03 -0600 Subject: [PATCH] Add comment --- frigate/detectors/plugins/hailo8l.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frigate/detectors/plugins/hailo8l.py b/frigate/detectors/plugins/hailo8l.py index 6d4e30ccf..3f561c5f5 100755 --- a/frigate/detectors/plugins/hailo8l.py +++ b/frigate/detectors/plugins/hailo8l.py @@ -91,6 +91,8 @@ class HailoAsyncInference: output_type: Optional[Dict[str, str]] = None, send_original_frame: bool = False, ) -> None: + # when importing hailo it activates the driver + # which leaves processes running even though it may not be used. try: from hailo_platform import ( HEF,