+
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
}
},