fixed remove pipeline

This commit is contained in:
Unknown
2019-11-28 13:42:53 +02:00
parent 6ae0f0c127
commit 922bceda3e
2 changed files with 11 additions and 12 deletions

View File

@@ -269,6 +269,9 @@ public class VisionProcess {
addPipeline(new CVPipeline2d((CVPipeline2dSettings) settings));
}
}
public void deletePipeline(int index){
pipelines.remove(index);
}
public CameraCapture getCamera() {
return cameraCapture;