diff --git a/frigate/util/model.py b/frigate/util/model.py index 9d042d13f..c64287660 100644 --- a/frigate/util/model.py +++ b/frigate/util/model.py @@ -306,6 +306,7 @@ def get_ort_providers( options.append( { "arena_extend_strategy": "kSameAsRequested", + "use_ep_level_unified_stream": True, "device_id": device_id, } )