mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Cleaned up server.java and creeated a server handler
This commit is contained in:
@@ -210,7 +210,7 @@ public class CameraProcess implements Runnable {
|
||||
point.put("fps", fps);
|
||||
WebSend.put("point", point);
|
||||
WebSend.put("raw_point", center);
|
||||
Server.broadcastMessage(WebSend);
|
||||
Server.handler.broadcastMessage(WebSend);
|
||||
}
|
||||
|
||||
//camera.putFrame(streamOutputMat);
|
||||
|
||||
Reference in New Issue
Block a user