Skip to main content

Format Class

Namespace: GHIElectronics.TinyCLR.Devices.UsbHost · Assembly: GHIElectronics.TinyCLR.Devices.UsbHost

A camera-supported video format / resolution combination.

public class Format

Properties

Width

public int Width { get; set; }

Frame width in pixels.

Height

public int Height { get; set; }

Frame height in pixels.

Kind

public FormatKind Kind { get; }

The pixel encoding (YUY2 or MJPEG).