Loading openflexure_microscope/camera/mock.py +2 −1 Original line number Diff line number Diff line Loading @@ -195,6 +195,7 @@ class MockStreamer(BaseCamera): output.write(self.stream.getvalue()) if isinstance(output, str): output.close() # HANDLE STREAM FRAMES Loading Loading
openflexure_microscope/camera/mock.py +2 −1 Original line number Diff line number Diff line Loading @@ -195,6 +195,7 @@ class MockStreamer(BaseCamera): output.write(self.stream.getvalue()) if isinstance(output, str): output.close() # HANDLE STREAM FRAMES Loading