diff --git a/openflexure_microscope/camera/capture.py b/openflexure_microscope/camera/capture.py index 84febb58..02a9dde6 100644 --- a/openflexure_microscope/camera/capture.py +++ b/openflexure_microscope/camera/capture.py @@ -100,9 +100,6 @@ def capture_from_dict(capture_dict): capture._metadata = extract_with_priority('custom', md_exif, md_database) capture.tags = extract_with_priority('tags', md_exif, md_database) - - capture.initialise_stream() - return capture