added create new cam function

This commit is contained in:
Unknown
2019-09-13 20:08:40 +03:00
parent c1f335bab8
commit 2d4acbaf59
5 changed files with 144 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
package Objects;
public class VideoMode {
public int fps;
public int width;
public int heigh;
public String pixel_format;
}