mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 04:27:42 +03:00
Add comment
This commit is contained in:
parent
3276a679f9
commit
7016f6c8e9
@ -91,6 +91,8 @@ class HailoAsyncInference:
|
|||||||
output_type: Optional[Dict[str, str]] = None,
|
output_type: Optional[Dict[str, str]] = None,
|
||||||
send_original_frame: bool = False,
|
send_original_frame: bool = False,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
# when importing hailo it activates the driver
|
||||||
|
# which leaves processes running even though it may not be used.
|
||||||
try:
|
try:
|
||||||
from hailo_platform import (
|
from hailo_platform import (
|
||||||
HEF,
|
HEF,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user