From c5eb75f584dcbab3a9a38436cb525a1a690a8ccc Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 16 Apr 2022 08:22:21 -0500 Subject: [PATCH] remove parameter --- frigate/video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/video.py b/frigate/video.py index f6960414d..a878438b1 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -460,7 +460,6 @@ def process_frames( objects_to_track: List[str], object_filters, detection_enabled: mp.Value, - improve_contrast_enabled: mp.Value, stop_event, exit_on_empty: bool = False, ):