Added TODO
This commit is contained in:
parent
fd73732c6a
commit
028596a80e
1 changed files with 2 additions and 1 deletions
|
|
@ -98,9 +98,10 @@ class StreamingCamera(BaseCamera):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# HANDLE CONTEXT MANAGER AND FILE CLOSING
|
# HANDLE CONTEXT MANAGER AND FILE CLOSING
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
# Close all StreamObjects
|
# Close all StreamObjects
|
||||||
|
#TODO: Figure out why this is so slow.
|
||||||
for capture_list in [self.images, self.videos]:
|
for capture_list in [self.images, self.videos]:
|
||||||
for stream_object in capture_list:
|
for stream_object in capture_list:
|
||||||
stream_object.close()
|
stream_object.close()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue