XiApiImageDataFormat

Description

Possible image formats.

Values of this enumeration:

  • MONO8 - 8 bits per pixel [Intensity]
  • MONO16 - 16 bits per pixel [Intensity LSB] [Intensity MSB]
  • BGR24 - BGR data format[Blue][Green][Red]
  • BGR32 - BGRA data format [Blue][Green][Red][0]
  • RGB_PLANAR - [Red][Red]...[Green][Green]...[Blue][Blue]...
  • RAW8 - 8 bits per pixel raw data from sensor
  • RAW16 - 16 bits per pixel raw data from sensor
  • RGB24 - RGB data format (converted BGR)
  • RGB32 - RGBA data format (converted BGRA)