diff --git a/frontend/src/components/CombinedFileField.vue b/frontend/src/components/CombinedFileField.vue index a5357d2..c5430b0 100644 --- a/frontend/src/components/CombinedFileField.vue +++ b/frontend/src/components/CombinedFileField.vue @@ -37,11 +37,6 @@ - - - - - @@ -111,13 +106,11 @@ import CameraFileSource from "@/components/CameraFileSource.vue"; import AuthenticatedImage from "@/components/AuthenticatedImage.vue"; import DeletableWrapper from "@/components/DeletableWrapper.vue"; import WebcamFileSource from "@/components/WebcamFileSource.vue"; -import WebcamFileSourceLegacy from "@/components/WebcamFileSourceLegacy.vue"; export default { name: "CombinedFileField", components: { WebcamFileSource, - WebcamFileSourceLegacy, ...BIcons, AuthenticatedImage, DeletableWrapper, diff --git a/frontend/src/components/WebcamFileSource.vue b/frontend/src/components/WebcamFileSource.vue index a6686de..1cb7b58 100644 --- a/frontend/src/components/WebcamFileSource.vue +++ b/frontend/src/components/WebcamFileSource.vue @@ -1,29 +1,71 @@ - - - - - - - - - Select Camera Source - - {{ camera.label }} - - - - Video stream not available. - - - + + + + + + + + + + {{ lastError }} + + + + Loading... + + + + Video stream not available. + + + + + + Capture + + + Retake + + + Save + + + + Select Camera Source + + {{ camera.label }} + + + + + \ No newline at end of file