diff --git a/motion_detector.py b/motion_detector.py index b4a2241..2ae0490 100644 --- a/motion_detector.py +++ b/motion_detector.py @@ -50,7 +50,7 @@ def compare(): # loop over the frames of the video while True: - print(counter) + # grab the current frame and initialize the occupied/unoccupied # text frame = vs.read()