Loading openflexure_microscope/api/v2/views/actions/camera.py +2 −2 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ class CaptureAPI(View): @ThingAction class RAMCaptureAPI(View): """ Create a non-persistant image capture. Take a non-persistant image capture. """ @use_args( Loading @@ -106,7 +106,7 @@ class RAMCaptureAPI(View): @doc_response(200, mimetype="image/jpeg") def post(self, args): """ Create a non-persistant image capture. Take a non-persistant image capture. """ microscope = find_component("org.openflexure.microscope") Loading Loading
openflexure_microscope/api/v2/views/actions/camera.py +2 −2 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ class CaptureAPI(View): @ThingAction class RAMCaptureAPI(View): """ Create a non-persistant image capture. Take a non-persistant image capture. """ @use_args( Loading @@ -106,7 +106,7 @@ class RAMCaptureAPI(View): @doc_response(200, mimetype="image/jpeg") def post(self, args): """ Create a non-persistant image capture. Take a non-persistant image capture. """ microscope = find_component("org.openflexure.microscope") Loading