package Objects;
public class CamVideoMode {
public int fps;
public int width;
public int heigh;
public String pixel_format;
}