commit | 586442018ce3efd548200109d9014a2c4379b658 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Mon Nov 01 15:04:43 2021 +0000 |
committer | Shad Ansari <shad69@gmail.com> | Mon Nov 01 15:04:43 2021 +0000 |
tree | d4f8f87b0f77ba048e9326fb609199d30ed50f79 | |
parent | 51554d84d251d4d8983271bfdd61326f2d096861 [diff] [blame] |
Playout video at constant frames per sec Change-Id: Ia81412abe2b2ffb17151d490691625aa784ef4c0
diff --git a/person_detection/person_detection.py b/person_detection/person_detection.py index 8d8597f..73895a7 100644 --- a/person_detection/person_detection.py +++ b/person_detection/person_detection.py
@@ -36,7 +36,7 @@ self.device = device - super(Camera, self).__init__(device, args.idle) + super(Camera, self).__init__(device) def __del__(self): # stream.release()