working communication between client and backend with message pack with working data flow

This commit is contained in:
ori agranat
2019-10-14 21:22:43 +03:00
parent 63290a07d3
commit 98a71aea66
6 changed files with 42 additions and 95 deletions

View File

@@ -240,7 +240,7 @@ public class VisionProcess implements Runnable {
point.put("fps", uiFps);
WebSend.put("point", point);
WebSend.put("raw_point", center);
ServerHandler.broadcastMessage(WebSend);
// ServerHandler.broadcastMessage(WebSend);
}
cameraProcess.updateFrame(streamOutputMat);