Websockets almost done TODO ports, testing

This commit is contained in:
Omer
2019-09-16 04:10:26 +03:00
parent d04096f2c8
commit 00552c751a
5 changed files with 235 additions and 87 deletions

View File

@@ -30,7 +30,7 @@ public class CameraProcess implements Runnable{
int Width = manager.Cameras.get(CameraName).camVideoMode.width;
int Height = manager.Cameras.get(CameraName).camVideoMode.heigh;
int Height = manager.Cameras.get(CameraName).camVideoMode.height;
var cv_publish = cs.putVideo(CameraName,Width,Height);
//initial math setup for camera
double DiagonalView = FastMath.toRadians(manager.Cameras.get(CameraName).FOV);