Loading openflexure_microscope/api/v2/views/streams.py +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class MjpegStream(PropertyView): frame from the camera object, passed to the Flask response, and then repeats until the connection is closed. Without monkey patching with gevent, or using a native threaded server, the stream Without monkey patching, or using a native threaded server, the stream will block all proceeding requests. """ microscope = find_component("org.openflexure.microscope") Loading openflexure_microscope/utilities.py +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ import logging from collections import abc from functools import reduce from contextlib import contextmanager import gevent def deserialise_array_b64(b64_string, dtype, shape): Loading Loading
openflexure_microscope/api/v2/views/streams.py +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class MjpegStream(PropertyView): frame from the camera object, passed to the Flask response, and then repeats until the connection is closed. Without monkey patching with gevent, or using a native threaded server, the stream Without monkey patching, or using a native threaded server, the stream will block all proceeding requests. """ microscope = find_component("org.openflexure.microscope") Loading
openflexure_microscope/utilities.py +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ import logging from collections import abc from functools import reduce from contextlib import contextmanager import gevent def deserialise_array_b64(b64_string, dtype, shape): Loading