Enumeration of types of acquisition fifo.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Format8Grey | 1 | 8 bit grey scale images. | |
| Format16Grey | 2 | 16 bit grey scale images. | |
| Format565RGB | 3 | Packed 5-6-5 RGB images. | |
| Format32RGB | 4 | 24 bit RGB with an 8 bit alpha byte. | |
| Format3Plane | 5 | Three 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