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

@@ -3,7 +3,7 @@ package com.chameleonvision.vision;
public class CamVideoMode {
public int fps;
public int width;
public int heigh;
public int height;
public String pixel_format;
}