diff --git a/Main/target/classes/web/index.html b/Main/target/classes/web/index.html index 49ef17560..1ecbca0d7 100644 --- a/Main/target/classes/web/index.html +++ b/Main/target/classes/web/index.html @@ -1 +1 @@ -Chameleon Vision
\ No newline at end of file +Chameleon Vision
\ No newline at end of file diff --git a/chameleon-client/src/views/Camera.vue b/chameleon-client/src/views/Camera.vue index b5807fa18..14112f58f 100644 --- a/chameleon-client/src/views/Camera.vue +++ b/chameleon-client/src/views/Camera.vue @@ -35,7 +35,7 @@ - + @@ -56,6 +56,7 @@ + Input @@ -64,15 +65,18 @@ Output
+
+ Normal Threshold +
No Cameras Are connected @@ -87,7 +91,7 @@ Duplicate Pipeline - + @@ -99,6 +103,11 @@ + + + Only one pipeline left + Close +
@@ -164,6 +173,13 @@ import CVinput from '../components/cv-input' pipeline:undefined, camera:-1 } + }, + deleteCurrentPipeline(){ + if (this.pipelineList.length > 1) { + this.andleInput('command','deleteCurrentPipeline'); + } else { + this.snackbar = true; + } } }, data() { @@ -182,6 +198,7 @@ import CVinput from '../components/cv-input' pipeline:undefined, camera:-1 }, + snackbar:false } },