mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
Major pipeline optimizations, moved grabFrame in to vision thread
This commit is contained in:
@@ -20,7 +20,6 @@ public class Server {
|
||||
ws.onClose(ctx -> {
|
||||
handler.onClose(ctx);
|
||||
System.out.println("Socket Disconnected");
|
||||
// TODO: (HIGH) add generalSettingsSave
|
||||
ConfigManager.saveSettings();
|
||||
});
|
||||
ws.onBinaryMessage(ctx -> {
|
||||
|
||||
Reference in New Issue
Block a user