mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Now running after merge to dev
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user