From 2b0b54830765253254d84d2cebaf77b69006571f Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Tue, 9 Mar 2021 12:16:36 +0000 Subject: [PATCH] Removed some TODOs because we did them! --- .../src/components/tabContentComponents/imjoyContent.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue index 62a8b285..680add2e 100644 --- a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue +++ b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue @@ -227,11 +227,6 @@ export default { lastSnapResponse: null, snapPreviewImage() { // The "proper" capture method is more involved - this one pulls a frame out of the preview stream - // TODO: allow the full capture API to be used - via temporary or "ram" capture - // TODO: split into snapImage and getImage (so snapImage is a POST request to capture and - // getImage returns the latest capture) - // Problem: the above split might return images you didn't capture, as there's no link from - // one to the other. We could use internal state in this component to manage that. return axios .get(snapshotUri) .then(response => {