mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Updated Maven Deps to the new WPILib Artifactory, added AARCH64-Bionic support (Jetson)
This commit is contained in:
@@ -20,7 +20,6 @@ import java.util.List;
|
||||
public class CameraManager {
|
||||
|
||||
private static final Path CamConfigPath = Paths.get(SettingsManager.SettingsPath.toString(), "Cams");
|
||||
public static HashMap<String, Integer> CameraPorts = new HashMap<>();
|
||||
|
||||
private static HashMap<String, Camera> AllCamerasByName = new HashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user