Now running after merge to dev

This commit is contained in:
Banks Troutman
2019-11-27 18:09:27 -05:00
parent 9b694c4999
commit c5f2a90f86
7 changed files with 95 additions and 83 deletions

View File

@@ -32,6 +32,6 @@ public class CameraJsonConfig {
public static CameraJsonConfig fromUSBCameraProcess(USBCameraCapture process) {
USBCameraProperties camProps = process.getProperties();
return new CameraJsonConfig(camProps.FOV, camProps.name, camProps.path, camProps.getNickname());
return new CameraJsonConfig(camProps.getFOV(), camProps.name, camProps.path, camProps.getNickname());
}
}