mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
added create new cam function
This commit is contained in:
9
Main/src/main/java/Objects/VideoMode.java
Normal file
9
Main/src/main/java/Objects/VideoMode.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package Objects;
|
||||
|
||||
public class VideoMode {
|
||||
public int fps;
|
||||
public int width;
|
||||
public int heigh;
|
||||
public String pixel_format;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user