CaptureFormat

The format of the video frame.

static public class CaptureFormat {
      public int width;
      public int height;
      public int fps;
      }

Attributes

width
The width (px) of the video frame.
height
The height (px) of the video frame.
fps
The video frame rate (fps).