Added TODO

This commit is contained in:
Joel Collins 2018-11-06 18:39:06 +00:00
parent fd73732c6a
commit 028596a80e

View file

@ -98,9 +98,10 @@ class StreamingCamera(BaseCamera):
pass
# HANDLE CONTEXT MANAGER AND FILE CLOSING
def close(self):
# Close all StreamObjects
#TODO: Figure out why this is so slow.
for capture_list in [self.images, self.videos]:
for stream_object in capture_list:
stream_object.close()