Loading openflexure_microscope/api/v2/blueprints/actions/camera.py +2 −2 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ class GPUPreviewStartAPI(MicroscopeView): Start the onboard GPU preview. """ def post(self, operation): def post(self): """ Start the onboard GPU preview. Optional "window" parameter can be passed to control the position and size of the preview window, Loading Loading @@ -149,7 +149,7 @@ class GPUPreviewStopAPI(MicroscopeView): Stop the onboard GPU preview. """ def post(self, operation): def post(self): """ Stop the onboard GPU preview. Loading Loading
openflexure_microscope/api/v2/blueprints/actions/camera.py +2 −2 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ class GPUPreviewStartAPI(MicroscopeView): Start the onboard GPU preview. """ def post(self, operation): def post(self): """ Start the onboard GPU preview. Optional "window" parameter can be passed to control the position and size of the preview window, Loading Loading @@ -149,7 +149,7 @@ class GPUPreviewStopAPI(MicroscopeView): Stop the onboard GPU preview. """ def post(self, operation): def post(self): """ Stop the onboard GPU preview. Loading