remove parameter

This commit is contained in:
Josh Hawkins 2022-04-16 08:22:21 -05:00
parent d2a8908e1c
commit c5eb75f584

View File

@ -460,7 +460,6 @@ def process_frames(
objects_to_track: List[str], objects_to_track: List[str],
object_filters, object_filters,
detection_enabled: mp.Value, detection_enabled: mp.Value,
improve_contrast_enabled: mp.Value,
stop_event, stop_event,
exit_on_empty: bool = False, exit_on_empty: bool = False,
): ):