mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Various cleanup, slowed down UI FPS counter
This commit is contained in:
@@ -15,7 +15,6 @@ public class CameraDeserializer implements JsonDeserializer<Camera> {
|
||||
public Camera deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext context) throws JsonParseException {
|
||||
var jsonObj = jsonElement.getAsJsonObject();
|
||||
var camFOV = jsonObj.get("FOV").getAsDouble();
|
||||
var camPath = jsonObj.get("path").getAsString();
|
||||
var camName = jsonObj.get("name").getAsString();
|
||||
|
||||
var pipelines = jsonObj.get("pipelines");
|
||||
|
||||
Reference in New Issue
Block a user