UI now partially running, but errors still getting thrown

This commit is contained in:
Banks Troutman
2019-11-23 20:02:21 -05:00
parent bca207fc3f
commit d6e435a124
7 changed files with 98 additions and 61 deletions

View File

@@ -98,4 +98,8 @@ public class USBCameraProperties {
public double calculateYaw(double PixelX, double centerX) {
return FastMath.toDegrees(FastMath.atan((PixelX - centerX) / staticProperties.horizontalFocalLength));
}
public List<VideoMode> getVideoModes() {
return videoModes;
}
}