CogImagePixelFormatConstants EnumerationCognex VisionPro
Enumeration of how pixel information can be stored.

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

public enum CogImagePixelFormatConstants
Members

  Member nameValueDescription
Grey81Monochrome, 8bits/pixel, ICogImage8Grey.
Grey162Monochrome, 16bits/pixel, no ICogImage support.
PackedRGB163Color, [R,G,B]=[5,6,5], 16bits/pixel, no ICogImage support.
PackedRGB324Color, [a,R,G,B]=[8,8,8,8], 32bits/pixel, no ICogImage support.
Bayer85Color, Bayer, 8bits/pixel, ICogImage8Grey.
Bayer166Color, Bayer, 16bits/pixel, no ICogImage support.
UYYVYY7Color, YUV 4:1:1, 12bits/pixel (average), no ICogImage support.
UYVY8Color, YUV 4:2:2, 16bits/pixel (average), no ICogImage support.
UYV9Color, YUV 4:4:4, 24bits/pixel.
PackedRGB2410Color, [R,G,B]=[8,8,8], 24bits/pixel.
PackedRGB4811Color, [R,G,B]=[16,16,16], 48bits/pixel.
PlanarRGB812Color, R=G=B=8bits, 8bits/pixel * 3, ICogImage24PlanarColor.
Grey1013Monochrome, 10bits/pixel, no ICogImage support.
Grey1214Monochrome, 12bits/pixel, no ICogImage support.
PackedBGR2415Color, [B,G,R]=[8,8,8], 24bits/pixel, no ICogImage support.
Grey16BigEndian16Monochrome (Big Endian), 16bits/pixel, no ICogImage support.
Grey1417Monochrome, 14bits/pixel, ICogImage16Grey.
Grey10Packed18Monochrome, 10bits/pixel, 2pixels/3bytes, no ICogImage support.
Grey12Packed19Monochrome, 12bits/pixel, 2pixels/3bytes, no ICogImage support.
Grey8_2Byte20Monochrome, 8bits/pixel, 2bytes/pixel, ICogImage16Grey.
PlanarHSI84096Color, H=S=I=8bits, 8bits/pixel * 3, ICogImage24PlanarColor.
Variable65534Image type is determined after acquisition.
Unknown65535Native or Unknown Pixel Format.
See Also