CogAcqFifoPixelFormatConstants EnumerationCognex VisionPro 9.8
Enumeration of types of acquisition fifo.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public enum CogAcqFifoPixelFormatConstants
Members

  Member nameValueDescription
Format8Grey18 bit grey scale images.
Format16Grey216 bit grey scale images.
Format565RGB3Packed 5-6-5 RGB images.
Format32RGB424 bit RGB with an 8 bit alpha byte.
Format3Plane5Three planes of 8 bit data.
Remarks

Enumeration of types of ICogAcqFifo pixel formats.

Some pixel formats may not be available depending on the frame grabber, video format, and camera that you are using, or on the version of VisionPro installed on your computer. Use GetSupportsPixelFormat(CogAcqFifoPixelFormatConstants) to determine if a particular pixel format is supported for your configuration.

See Also