commit | 60ca8ccc20f5257049a7c8fa9337d11974057a8b | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Tue Nov 02 18:46:44 2021 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Tue Nov 02 18:46:59 2021 +0000 |
tree | 38351181e3c28e6a6539fc6b2c3cc18463a84a1d | |
parent | d516df7a593f143a65a2751e8b3238cd99e0312a [diff] [blame] |
Revert "Playout video at constant frames per sec" This reverts commit 586442018ce3efd548200109d9014a2c4379b658. Reason for revert: no gain Change-Id: I959cfa0def77e23ad72dd4ace3728014466a22fc
diff --git a/person_detection/person_detection.py b/person_detection/person_detection.py index 73895a7..8d8597f 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) + super(Camera, self).__init__(device, args.idle) def __del__(self): # stream.release()