Loading openflexure_microscope/camera/base.py +6 −0 Original line number Diff line number Diff line Loading @@ -288,6 +288,9 @@ class BaseCamera(metaclass=ABCMeta): # Create capture object output = CaptureObject(filepath=filepath) # Insert a temporary tag if temporary if temporary: output.put_tags(['temporary']) # Update capture list self.images.append(output) Loading Loading @@ -328,6 +331,9 @@ class BaseCamera(metaclass=ABCMeta): # Create capture object output = CaptureObject(filepath=filepath) # Insert a temporary tag if temporary if temporary: output.put_tags(['temporary']) # Update capture list self.videos.append(output) Loading Loading
openflexure_microscope/camera/base.py +6 −0 Original line number Diff line number Diff line Loading @@ -288,6 +288,9 @@ class BaseCamera(metaclass=ABCMeta): # Create capture object output = CaptureObject(filepath=filepath) # Insert a temporary tag if temporary if temporary: output.put_tags(['temporary']) # Update capture list self.images.append(output) Loading Loading @@ -328,6 +331,9 @@ class BaseCamera(metaclass=ABCMeta): # Create capture object output = CaptureObject(filepath=filepath) # Insert a temporary tag if temporary if temporary: output.put_tags(['temporary']) # Update capture list self.videos.append(output) Loading