Click or drag to resize
Accord.NET (logo)

ImageFormat Enumeration

Enumeration of image formats supported by XIMEA cameras.

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public enum ImageFormat
Request Example View Source
Members
  Member nameValueDescription
Grayscale80 8 bits per pixel.
Grayscale161 16 bits per pixel.
RGB242 RGB data format.
RGB323 RGBA data format.
See Also