Commit 028596a8 authored by Joel Collins's avatar Joel Collins
Browse files

Added TODO

parent fd73732c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ class StreamingCamera(BaseCamera):

    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()