Full rewrite of camera system

This commit is contained in:
Banks Troutman
2019-09-19 14:07:42 -04:00
parent 760f62dd93
commit 508ccff766
16 changed files with 470 additions and 252 deletions

View File

@@ -8,7 +8,7 @@ public class GeneralSettings {
public String netmask = "";
public String hostname = "Chameleon-vision";
public String curr_camera = "";
public String curr_pipeline = "";
public Integer curr_pipeline = null;
}