added all cases to the server handler

This commit is contained in:
ori agranat
2019-10-19 17:45:40 +03:00
parent 5b66de7f8b
commit ded791b31c
10 changed files with 18 additions and 9 deletions

View File

@@ -60,6 +60,15 @@ public class ServerHandler {
CameraManager.getCurrentCamera().setCamVideoMode((Integer) camSettings.get("resolution"),true);
break;
}
case "changeCameraName":{
// needs to be implemented
}
case "changePipelineName":{
// needs to be implemented
}
case "duplicatePipeline":{
// needs to be implemented
}
case "command": {
switch ((String) entry.getValue()){
case "addNewPipeline":