Skip to content

Commit

Permalink
fix motion updating (blakeblackshear#11083)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Apr 23, 2024
1 parent 647bcb2 commit 313e7c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frigate/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ def receiveSignal(signalNumber, frame):
object_filters = config.objects.filters

motion_detector = ImprovedMotionDetector(
frame_shape,
config.motion,
config.detect.fps,
frame_shape, config.motion, config.detect.fps, name=config.name
)
object_detector = RemoteObjectDetector(
name, labelmap, detection_queue, result_connection, model_config, stop_event
Expand Down

0 comments on commit 313e7c0

Please sign in to comment.