Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



PvPixelType.h File Reference

Go to the source code of this file.

Enumerations

enum  PvPixelType {
  PvPixelUndefined = ( 0 ) , PvPixelMono8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x0001 ) , PvPixelMono8s = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x0002 ) , PvPixelMono10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0003 ) ,
  PvPixelMono10Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0004 ) , PvPixelMono12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0005 ) , PvPixelMono12Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0006 ) , PvPixelMono16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0007 ) ,
  PvPixelBayerGR8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x0008 ) , PvPixelBayerRG8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x0009 ) , PvPixelBayerGB8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x000A ) , PvPixelBayerBG8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x000B ) ,
  PvPixelBayerGR10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x000C ) , PvPixelBayerRG10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x000D ) , PvPixelBayerGB10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x000E ) , PvPixelBayerBG10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x000F ) ,
  PvPixelBayerGR12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0010 ) , PvPixelBayerRG12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0011 ) , PvPixelBayerGB12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0012 ) , PvPixelBayerBG12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0013 ) ,
  PvPixelRGB8 = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x0014 ) , PvPixelBGR8 = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x0015 ) , PvPixelRGBa8 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x0016 ) , PvPixelBGRa8 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x0017 ) ,
  PvPixelRGB10 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0018 ) , PvPixelBGR10 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0019 ) , PvPixelRGB12 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x001A ) , PvPixelBGR12 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x001B ) ,
  PvPixelRGB10V1Packed = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x001C ) , PvPixelRGB10p32 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x001D ) , PvPixelYUV411_8_UYYVYY = ( ( 0x02000000 ) | ( 0x000C0000 ) | 0x001E ) , PvPixelYUV422_8_UYVY = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x001F ) ,
  PvPixelYUV8_UYV = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x0020 ) , PvPixelRGB8_Planar = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x0021 ) , PvPixelRGB10_Planar = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0022 ) , PvPixelRGB12_Planar = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0023 ) ,
  PvPixelRGB16_Planar = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0024 ) , PvPixelMono14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0025 ) , PvPixelBayerGR10Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0026 ) , PvPixelBayerRG10Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0027 ) ,
  PvPixelBayerGB10Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0028 ) , PvPixelBayerBG10Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0029 ) , PvPixelBayerGR12Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x002A ) , PvPixelBayerRG12Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x002B ) ,
  PvPixelBayerGB12Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x002C ) , PvPixelBayerBG12Packed = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x002D ) , PvPixelBayerGR16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x002E ) , PvPixelBayerRG16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x002F ) ,
  PvPixelBayerGB16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0030 ) , PvPixelBayerBG16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0031 ) , PvPixelYUV422_8 = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x0032 ) , PvPixelRGB16 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0033 ) ,
  PvPixelRGB12V1Packed = ( ( 0x02000000 ) | ( 0x00240000 ) | 0x0034 ) , PvPixelRGB565p = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x0035 ) , PvPixelBGR565p = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x0036 ) , PvPixelMono1p = ( ( 0x01000000 ) | ( 0x00010000 ) | 0x0037 ) ,
  PvPixelMono2p = ( ( 0x01000000 ) | ( 0x00020000 ) | 0x0038 ) , PvPixelMono4p = ( ( 0x01000000 ) | ( 0x00040000 ) | 0x0039 ) , PvPixelYCbCr8_CbYCr = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x003A ) , PvPixelYCbCr422_8 = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x003B ) ,
  PvPixelYCbCr411_8_CbYYCrYY = ( ( 0x02000000 ) | ( 0x000C0000 ) | 0x003C ) , PvPixelYCbCr601_8_CbYCr = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x003D ) , PvPixelYCbCr601_422_8 = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x003E ) , PvPixelYCbCr601_411_8_CbYYCrYY = ( ( 0x02000000 ) | ( 0x000C0000 ) | 0x003F ) ,
  PvPixelYCbCr709_8_CbYCr = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x0040 ) , PvPixelYCbCr709_422_8 = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x0041 ) , PvPixelYCbCr709_411_8_CbYYCrYY = ( ( 0x02000000 ) | ( 0x000C0000 ) | 0x0042 ) , PvPixelYCbCr422_8_CbYCrY = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x0043 ) ,
  PvPixelYCbCr601_422_8_CbYCrY = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x0044 ) , PvPixelYCbCr709_422_8_CbYCrY = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x0045 ) , PvPixelMono10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x0046 ) , PvPixelMono12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0047 ) ,
  PvPixelBGR10p = ( ( 0x02000000 ) | ( 0x001E0000 ) | 0x0048 ) , PvPixelBGR12p = ( ( 0x02000000 ) | ( 0x00240000 ) | 0x0049 ) , PvPixelBGR14 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x004A ) , PvPixelBGR16 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x004B ) ,
  PvPixelBGRa10 = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x004C ) , PvPixelBGRa10p = ( ( 0x02000000 ) | ( 0x00280000 ) | 0x004D ) , PvPixelBGRa12 = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x004E ) , PvPixelBGRa12p = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x004F ) ,
  PvPixelBGRa14 = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x0050 ) , PvPixelBGRa16 = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x0051 ) , PvPixelRGB10p = ( ( 0x02000000 ) | ( 0x001E0000 ) | 0x0052 ) , PvPixelBayerBG10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x0052 ) ,
  PvPixelBayerBG12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0053 ) , PvPixelBayerGB10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x0054 ) , PvPixelBayerGB12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0055 ) , PvPixelBayerGR10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x0056 ) ,
  PvPixelBayerGR12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0057 ) , PvPixelBayerRG10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x0058 ) , PvPixelBayerRG12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0059 ) , PvPixelYCbCr411_8 = ( ( 0x02000000 ) | ( 0x000C0000 ) | 0x005A ) ,
  PvPixelYCbCr8 = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x005B ) , PvPixelRGB12p = ( ( 0x02000000 ) | ( 0x00240000 ) | 0x005C ) , PvPixelRGB14 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x005D ) , PvPixelRGBa10 = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x005E ) ,
  PvPixelRGBa10p = ( ( 0x02000000 ) | ( 0x00280000 ) | 0x005F ) , PvPixelRGBa12 = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x0060 ) , PvPixelRGBa12p = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0061 ) , PvPixelRGBa14 = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x0062 ) ,
  PvPixelRGBa16 = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x0063 ) , PvPixelYCbCr422_10 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x0065 ) , PvPixelYCbCr422_12 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x0066 ) , PvPixelSCF1WBWG8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x0067 ) ,
  PvPixelSCF1WBWG10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0068 ) , PvPixelSCF1WBWG10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x0069 ) , PvPixelSCF1WBWG12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x006A ) , PvPixelSCF1WBWG12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x006B ) ,
  PvPixelSCF1WBWG14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x006C ) , PvPixelSCF1WBWG16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x006D ) , PvPixelSCF1WGWB8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x006E ) , PvPixelSCF1WGWB10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x006F ) ,
  PvPixelSCF1WGWB10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x0070 ) , PvPixelSCF1WGWB12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0071 ) , PvPixelSCF1WGWB12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0072 ) , PvPixelSCF1WGWB14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0073 ) ,
  PvPixelSCF1WGWB16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0074 ) , PvPixelSCF1WGWR8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x0075 ) , PvPixelSCF1WGWR10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0076 ) , PvPixelSCF1WGWR10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x0077 ) ,
  PvPixelSCF1WGWR12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0078 ) , PvPixelSCF1WGWR12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0079 ) , PvPixelSCF1WGWR14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x007A ) , PvPixelSCF1WGWR16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x007B ) ,
  PvPixelSCF1WRWG8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x007C ) , PvPixelSCF1WRWG10 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x007D ) , PvPixelSCF1WRWG10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x007E ) , PvPixelSCF1WRWG12 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x007F ) ,
  PvPixelSCF1WRWG12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x0080 ) , PvPixelSCF1WRWG14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0081 ) , PvPixelSCF1WRWG16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0082 ) , PvPixelYCbCr10_CbYCr = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0083 ) ,
  PvPixelYCbCr10p_CbYCr = ( ( 0x02000000 ) | ( 0x001E0000 ) | 0x0084 ) , PvPixelYCbCr12_CbYCr = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0085 ) , PvPixelYCbCr12p_CbYCr = ( ( 0x02000000 ) | ( 0x00240000 ) | 0x0086 ) , PvPixelYCbCr422_10p = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x0087 ) ,
  PvPixelYCbCr422_12p = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x0088 ) , PvPixelYCbCr601_10_CbYCr = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0089 ) , PvPixelYCbCr601_10p_CbYCr = ( ( 0x02000000 ) | ( 0x001E0000 ) | 0x008A ) , PvPixelYCbCr601_12_CbYCr = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x008B ) ,
  PvPixelYCbCr601_12p_CbYCr = ( ( 0x02000000 ) | ( 0x00240000 ) | 0x008C ) , PvPixelYCbCr601_422_10 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x008D ) , PvPixelYCbCr601_422_10p = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x008E ) , PvPixelYCbCr601_422_12 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x008F ) ,
  PvPixelYCbCr601_422_12p = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x0090 ) , PvPixelYCbCr709_10_CbYCr = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0091 ) , PvPixelYCbCr709_10p_CbYCr = ( ( 0x02000000 ) | ( 0x001E0000 ) | 0x0092 ) , PvPixelYCbCr709_12_CbYCr = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x0093 ) ,
  PvPixelYCbCr709_12p_CbYCr = ( ( 0x02000000 ) | ( 0x00240000 ) | 0x0094 ) , PvPixelYCbCr709_422_10 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x0095 ) , PvPixelYCbCr709_422_10p = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x0096 ) , PvPixelYCbCr709_422_12 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x0097 ) ,
  PvPixelYCbCr709_422_12p = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x0098 ) , PvPixelYCbCr422_10_CbYCrY = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x0099 ) , PvPixelYCbCr422_10p_CbYCrY = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x009A ) , PvPixelYCbCr422_12_CbYCrY = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x009B ) ,
  PvPixelYCbCr422_12p_CbYCrY = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x009C ) , PvPixelYCbCr601_422_10_CbYCrY = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x009D ) , PvPixelYCbCr601_422_10p_CbYCrY = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x009E ) , PvPixelYCbCr601_422_12_CbYCrY = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x009F ) ,
  PvPixelYCbCr601_422_12p_CbYCrY = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x00A0 ) , PvPixelYCbCr709_422_10_CbYCrY = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x00A1 ) , PvPixelYCbCr709_422_10p_CbYCrY = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x00A2 ) , PvPixelYCbCr709_422_12_CbYCrY = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x00A3 ) ,
  PvPixelYCbCr709_422_12p_CbYCrY = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x00A4 ) , PvPixelBiColorRGBG8 = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x00A5 ) , PvPixelBiColorBGRG8 = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x00A6 ) , PvPixelBiColorRGBG10 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x00A7 ) ,
  PvPixelBiColorRGBG10p = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x00A8 ) , PvPixelBiColorBGRG10 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x00A9 ) , PvPixelBiColorBGRG10p = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x00AA ) , PvPixelBiColorRGBG12 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x00AB ) ,
  PvPixelBiColorRGBG12p = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x00AC ) , PvPixelBiColorBGRG12 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x00AD ) , PvPixelBiColorBGRG12p = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x00AE ) , PvPixelCoord3D_A8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x00AF ) ,
  PvPixelCoord3D_B8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x00B0 ) , PvPixelCoord3D_C8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x00B1 ) , PvPixelCoord3D_ABC8 = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x00B2 ) , PvPixelCoord3D_ABC8_Planar = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x00B3 ) ,
  PvPixelCoord3D_AC8 = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x00B4 ) , PvPixelCoord3D_AC8_Planar = ( ( 0x02000000 ) | ( 0x00100000 ) | 0x00B5 ) , PvPixelCoord3D_A16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x00B6 ) , PvPixelCoord3D_B16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x00B7 ) ,
  PvPixelCoord3D_C16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x00B8 ) , PvPixelCoord3D_ABC16 = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x00B9 ) , PvPixelCoord3D_ABC16_Planar = ( ( 0x02000000 ) | ( 0x00300000 ) | 0x00BA ) , PvPixelCoord3D_AC16 = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x00BB ) ,
  PvPixelCoord3D_AC16_Planar = ( ( 0x02000000 ) | ( 0x00200000 ) | 0x00BC ) , PvPixelCoord3D_A32f = ( ( 0x01000000 ) | ( 0x00200000 ) | 0x00BD ) , PvPixelCoord3D_B32f = ( ( 0x01000000 ) | ( 0x00200000 ) | 0x00BE ) , PvPixelCoord3D_C32f = ( ( 0x01000000 ) | ( 0x00200000 ) | 0x00BF ) ,
  PvPixelCoord3D_ABC32f = ( ( 0x02000000 ) | ( 0x00600000 ) | 0x00C0 ) , PvPixelCoord3D_ABC32f_Planar = ( ( 0x02000000 ) | ( 0x00600000 ) | 0x00C1 ) , PvPixelCoord3D_AC32f = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x00C2 ) , PvPixelCoord3D_AC32f_Planar = ( ( 0x02000000 ) | ( 0x00400000 ) | 0x00C3 ) ,
  PvPixelConfidence1 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x00C4 ) , PvPixelConfidence1p = ( ( 0x01000000 ) | ( 0x00010000 ) | 0x00C5 ) , PvPixelConfidence8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x00C6 ) , PvPixelConfidence16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x00C7 ) ,
  PvPixelConfidence32f = ( ( 0x01000000 ) | ( 0x00200000 ) | 0x00C8 ) , PvPixelR8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x00C9 ) , PvPixelR10 = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x00CA ) , PvPixelR12 = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x00CB ) ,
  PvPixelR16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x00CC ) , PvPixelG8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x00CD ) , PvPixelG10 = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x00CE ) , PvPixelG12 = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x00CF ) ,
  PvPixelG16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x00D0 ) , PvPixelB8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x00D1 ) , PvPixelB10 = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x00D2 ) , PvPixelB12 = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x00D3 ) ,
  PvPixelB16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x00D4 ) , PvPixelCoord3D_A10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x00D5 ) , PvPixelCoord3D_B10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x00D6 ) , PvPixelCoord3D_C10p = ( ( 0x01000000 ) | ( 0x000A0000 ) | 0x00D7 ) ,
  PvPixelCoord3D_A12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x00D8 ) , PvPixelCoord3D_B12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x00D9 ) , PvPixelCoord3D_C12p = ( ( 0x01000000 ) | ( 0x000C0000 ) | 0x00DA ) , PvPixelCoord3D_ABC10p = ( ( 0x02000000 ) | ( 0x001E0000 ) | 0x00DB ) ,
  PvPixelCoord3D_ABC10p_Planar = ( ( 0x02000000 ) | ( 0x001E0000 ) | 0x00DC ) , PvPixelCoord3D_ABC12p = ( ( 0x02000000 ) | ( 0x00240000 ) | 0x00DE ) , PvPixelCoord3D_ABC12p_Planar = ( ( 0x02000000 ) | ( 0x00240000 ) | 0x00DF ) , PvPixelCoord3D_AC10p = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x00F0 ) ,
  PvPixelCoord3D_AC10p_Planar = ( ( 0x02000000 ) | ( 0x00140000 ) | 0x00F1 ) , PvPixelCoord3D_AC12p = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x00F2 ) , PvPixelCoord3D_AC12p_Planar = ( ( 0x02000000 ) | ( 0x00180000 ) | 0x00F3 ) , PvPixelMono14p = ( ( 0x01000000 ) | ( 0x000E0000 ) | 0x0104 ) ,
  PvPixelBayerGR14p = ( ( 0x01000000 ) | ( 0x000E0000 ) | 0x0105 ) , PvPixelBayerRG14p = ( ( 0x01000000 ) | ( 0x000E0000 ) | 0x0106 ) , PvPixelBayerGB14p = ( ( 0x01000000 ) | ( 0x000E0000 ) | 0x0107 ) , PvPixelBayerBG14p = ( ( 0x01000000 ) | ( 0x000E0000 ) | 0x0108 ) ,
  PvPixelBayerGR14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0109 ) , PvPixelBayerRG14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x010A ) , PvPixelBayerGB14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x010B ) , PvPixelBayerBG14 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x010C ) ,
  PvPixelBayerGR4p = ( ( 0x01000000 ) | ( 0x00040000 ) | 0x010D ) , PvPixelBayerRG4p = ( ( 0x01000000 ) | ( 0x00040000 ) | 0x010E ) , PvPixelBayerGB4p = ( ( 0x01000000 ) | ( 0x00040000 ) | 0x010F ) , PvPixelBayerBG4p = ( ( 0x01000000 ) | ( 0x00040000 ) | 0x0110 ) ,
  PvPixelMono32 = ( ( 0x01000000 ) | ( 0x00200000 ) | 0x0111 ) , PvPixelData8 = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x0116 ) , PvPixelData8s = ( ( 0x01000000 ) | ( 0x00080000 ) | 0x0117 ) , PvPixelData16 = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0118 ) ,
  PvPixelData16s = ( ( 0x01000000 ) | ( 0x00100000 ) | 0x0119 ) , PvPixelData32 = ( ( 0x01000000 ) | ( 0x00200000 ) | 0x011A ) , PvPixelData32s = ( ( 0x01000000 ) | ( 0x00200000 ) | 0x011B ) , PvPixelData32f = ( ( 0x01000000 ) | ( 0x00200000 ) | 0x011C ) ,
  PvPixelData64 = ( ( 0x01000000 ) | ( 0x00400000 ) | 0x011D ) , PvPixelData64s = ( ( 0x01000000 ) | ( 0x00400000 ) | 0x011E ) , PvPixelData64f = ( ( 0x01000000 ) | ( 0x00400000 ) | 0x011F )
}
 

Enumeration Type Documentation

◆ PvPixelType

Enumerator
PvPixelUndefined 

Pixel type is undefined.

PvPixelMono8 

Pixel type is Mono8.

GigE Vision pixel type, monochrome 8 bits unsigned.

PvPixelMono8s 

Pixel type is Mono8s.

GigE Vision pixel type, monochrome 8 bits signed.

PvPixelMono10 

Pixel type is Mono10.

GigE Vision pixel type, monochrome 10 bits stored in 2 bytes.

PvPixelMono10Packed 

Pixel type is Mono10 Packed.

GigE Vision pixel type, monochrome 10 bits, two pixels stored on three bytes.

PvPixelMono12 

Pixel type is Mono12.

GigE Vision pixel type, monochrome 12 bits stored in 2 bytes.

PvPixelMono12Packed 

Pixel type is Mono12 Packed.

GigE Vision pixel type, monochrome 12 bits, two pixels stored in 2 bytes.

PvPixelMono16 

Pixel type is Mono16.

GigE Vision pixel type, monochrome 16 bits stored on two bytes.

PvPixelBayerGR8 

Pixel type is Bayer GR8.

GigE Vision pixel type, Bayer GR pattern 8 bits.

PvPixelBayerRG8 

Pixel type is Bayer RG8.

GigE Vision pixel type, Bayer RG pattern 8 bits.

PvPixelBayerGB8 

Pixel type is Bayer GB8.

GigE Vision pixel type, Bayer GB pattern 8 bits.

PvPixelBayerBG8 

Pixel type is Bayer BG8.

GigE Vision pixel type, Bayer BG pattern 8 bits.

PvPixelBayerGR10 

Pixel type is Bayer GR10.

GigE Vision pixel type, Bayer GR pattern 10 bits stored on two bytes.

PvPixelBayerRG10 

Pixel type is Bayer RG10.

GigE Vision pixel type, Bayer RG pattern 10 bits stored on two bytes.

PvPixelBayerGB10 

Pixel type is Bayer GB10.

GigE Vision pixel type, Bayer GB pattern 10 bits stored on two bytes.

PvPixelBayerBG10 

Pixel type is Bayer BG10.

GigE Vision pixel type, Bayer BG pattern 10 bits stored on two bytes.

PvPixelBayerGR12 

Pixel type is Bayer GR12.

GigE Vision pixel type, Bayer GR pattern 12 bits stored on two bytes.

PvPixelBayerRG12 

Pixel type is Bayer RG12.

GigE Vision pixel type, Bayer RG pattern 12 bits stored on two bytes.

PvPixelBayerGB12 

Pixel type is Bayer GB12.

GigE Vision pixel type, Bayer GB pattern 12 bits stored on two bytes.

PvPixelBayerBG12 

Pixel type is Bayer BG12.

GigE Vision pixel type, Bayer BG pattern 12 bits stored on two bytes.

PvPixelRGB8 

Pixel type is RGB8.

GigE Vision pixel type 24 bits, RGB 8 bits per channel. Reads R-G-B from lowest to highest byte address.

PvPixelBGR8 

Pixel type is BGR8.

GigE Vision pixel type 24 bits, BGR 8 bits per channel. Reads B-G-R from lowest to highest byte address.

PvPixelRGBa8 

Pixel type is RGBa8.

GigE Vision pixel type 32 bits, RGBA 8 bits per channel. Reads R-G-B-A from lowest to highest byte address.

PvPixelBGRa8 

Pixel type is BGRa8.

GigE Vision pixel type 32 bits, BGRA 8 bits per channel. Reads B-G-R-A from lowest to highest byte address.

PvPixelRGB10 

Pixel type is RGB10.

GigE Vision pixel type RGB 10 bits per channel. Each color component is stored on 2 bytes.

PvPixelBGR10 

Pixel type is BGR10.

GigE Vision pixel type BGR 10 bits per channel. Each color component is stored on 2 bytes.

PvPixelRGB12 

Pixel type is RGB12.

GigE Vision pixel type RGB 12 bits per channel. Each color component is stored on 2 bytes.

PvPixelBGR12 

Pixel type is BGR12.

GigE Vision pixel BGR 10 bits per channel. Each color component is stored on 2 bytes.

PvPixelRGB10V1Packed 

Pixel type is RGB10V1Packed.

GigE Vision pixel type RGB 10 bits per channel packed. The three 10 bits color components are stored on 4 bytes.

PvPixelRGB10p32 

Pixel type is RGB10p32.

GigE Vision pixel type RGB 10 bits per channel packed. The three 10 bits color components are stored on 4 bytes.

PvPixelYUV411_8_UYYVYY 

Pixel type is YUV411 8 UYYVYY.

GigE Vision pixel type U1Y1Y2V1Y3Y4 for 4 pixels. Unspecified color space (default/JPG is used for conversion).

PvPixelYUV422_8_UYVY 

Pixel type is YUV422 8 UYVY.

GigE Vision pixel type U1Y1V1Y2 for 2 pixels.space. Unspecified color space (default/JPG is used for conversion).

PvPixelYUV8_UYV 

Pixel type is YUV8 UYV.

GigE Vision pixel type U1Y1V1 for 1 pixel. Unspecified color space (default/JPG is used for conversion).

PvPixelRGB8_Planar 

Pixel type is RGB8 Planar.

GigE Vision pixel type. Three planes of R, G and B pixels. Each color component is stored as a byte.

PvPixelRGB10_Planar 

Pixel type is RGB10 Planar.

GigE Vision pixel type. Three planes of R, G and B pixels. Each color component is stored as 10 bits over two bytes.

PvPixelRGB12_Planar 

Pixel type is RGB12 Planar.

GigE Vision pixel type. Three planes of R, G and B pixels. Each color component is stored as 12 bits over two bytes.

PvPixelRGB16_Planar 

Pixel type is RGB16 Planar.

GigE Vision pixel type. Three planes of R, G and B pixels. Each color component is stored as 16 bits over two bytes.

PvPixelMono14 

Pixel type is Mono14.

GigE Vision pixel type, monochrome 16 bits stored on two bytes.

PvPixelBayerGR10Packed 

Pixel type is Bayer GR10 Packed.

GigE Vision pixel type, Bayer GR pattern 10 bits, two pixels stored on two bytes.

PvPixelBayerRG10Packed 

Pixel type is Bayer RG10 Packed.

GigE Vision pixel type, Bayer RG pattern 10 bits, two pixels stored on two bytes.

PvPixelBayerGB10Packed 

Pixel type is Bayer GB10 Packed.

GigE Vision pixel type, Bayer GB pattern 10 bits, two pixels stored on two bytes.

PvPixelBayerBG10Packed 

Pixel type is Bayer BG10 Packed.

GigE Vision pixel type, Bayer BG pattern 10 bits, two pixels stored on two bytes.

PvPixelBayerGR12Packed 

Pixel type is Bayer GR12 Packed.

GigE Vision pixel type, Bayer GR pattern 12 bits, two pixels stored on two bytes.

PvPixelBayerRG12Packed 

Pixel type is Bayer RG12 Packed.

GigE Vision pixel type, Bayer RG pattern 12 bits, two pixels stored on two bytes.

PvPixelBayerGB12Packed 

Pixel type is Bayer GB12 Packed.

GigE Vision pixel type, Bayer GB pattern 12 bits, two pixels stored on two bytes.

PvPixelBayerBG12Packed 

Pixel type is Bayer BG12 Packed.

GigE Vision pixel type, Bayer BG pattern 12 bits, two pixels stored on two bytes.

PvPixelBayerGR16 

Pixel type is Bayer GR16.

GigE Vision pixel type, Bayer GR pattern 16 stored on two bytes.

PvPixelBayerRG16 

Pixel type is Bayer RG16.

GigE Vision pixel type, Bayer RG pattern 16 stored on two bytes.

PvPixelBayerGB16 

Pixel type is Bayer GB16.

GigE Vision pixel type, Bayer GB pattern 16 stored on two bytes.

PvPixelBayerBG16 

Pixel type is Bayer BG16.

GigE Vision pixel type, Bayer BG pattern 16 stored on two bytes.

PvPixelYUV422_8 

Pixel type is YUV422 8.

GigE Vision pixel type Y1U1Y2V1 for 2 pixels. Unspecified color space (default/JPG is used for conversion).

PvPixelRGB16 

Pixel type is RGB16.

GigE Vision pixel type RGB 16 bits per channel.

PvPixelRGB12V1Packed 

Pixel type is RGB12 V1 Packed.

GigE Vision pixel type RGB 12 bits per channel packed. The three 10 bits color components are stored on 4.5 bytes.

PvPixelRGB565p 

Pixel type is RGB565p.

GigE Vision pixel type R5G6B5.

PvPixelBGR565p 

Pixel type is BGR565p.

GigE Vision pixel type R5G6B5.

PvPixelMono1p 

Pixel type is Mono1p.

GigE Vision pixel type, monochrome 1 bit.

PvPixelMono2p 

Pixel type is Mono2p.

GigE Vision pixel type, monochrome 2 bits.

PvPixelMono4p 

Pixel type is Mono4p.

GigE Vision pixel type, monochrome 4 bits.

PvPixelYCbCr8_CbYCr 

Pixel type is YCbCr8 CbYCr.

GigE Vision pixel type Cb1Y1Cr1 for 1 pixel. Default (host JPG) color space.

PvPixelYCbCr422_8 

Pixel type is YCbCr422 8.

GigE Vision pixel type Y1Cb1Y1Cr1 for 2 pixel2. Default (host JPG) color space.

PvPixelYCbCr411_8_CbYYCrYY 

Pixel type is YCbCr411 8 CbYYCrYY.

GigE Vision pixel type Cb1Y1Cr1Y2 for 2 pixels. Default (host JPG) color space.

PvPixelYCbCr601_8_CbYCr 

Pixel type is YCbCr601 8 CbYCr.

GigE Vision pixel type Cb1Y1C41 for 1 pixel. ITU-R BT.601 color space.

PvPixelYCbCr601_422_8 

Pixel type is YCbCr601 422 8.

GigE Vision pixel type Y1Cb1Y2Cr1 for 2 pixels. ITU-R BT.601 color space.

PvPixelYCbCr601_411_8_CbYYCrYY 

Pixel type is YCbCr601 411 8 CbYYCrYY.

GigE Vision pixel type Cb1Y1Y2Cr1Y3Y4 for 4 pixels. ITU-R BT.601 color space.

PvPixelYCbCr709_8_CbYCr 

Pixel type is YCbCr709 8 CbYCr.

GigE Vision pixel type Cb1Y1C41 for 1 pixel. ITU-R BT.709 color space.

PvPixelYCbCr709_422_8 

Pixel type is YCbCr709 422 8.

GigE Vision pixel type Y1Cb1Y2Cr1 for 2 pixels. ITU-R BT.709 color space.

PvPixelYCbCr709_411_8_CbYYCrYY 

Pixel type is YCbCr709 411 8 CbYYCrYY.

GigE Vision pixel type Cb1Y1Y2Cr1Y3Y4 for 4 pixels. ITU-R BT.709 color space.

PvPixelYCbCr422_8_CbYCrY 

Pixel type is YCbCr422 8 CbYCrY.

GigE Vision pixel type Y1Cb1Y1Cr1 for 2 pixels. Default (host JPG) color space.

PvPixelYCbCr601_422_8_CbYCrY 

Pixel type is YCbCr601 422 8 CbYCrY.

GigE Vision pixel type Cb1Y1Cr1Y2 for 2 pixels. ITU-R BT.601 color space.

PvPixelYCbCr709_422_8_CbYCrY 

Pixel type is YCbCr709 422 8 CbYCrY.

GigE Vision pixel type Cb1Y1Cr1Y2 for 2 pixels. ITU-R BT.709 color space.

PvPixelMono10p 

Pixel type is Mono10p.

PvPixelMono12p 

Pixel type is Mono12p.

PvPixelBGR10p 

Pixel type is BGR10p.

PvPixelBGR12p 

Pixel type is BGR12p.

PvPixelBGR14 

Pixel type is BGR14.

PvPixelBGR16 

Pixel type is BGR16.

PvPixelBGRa10 

Pixel type is BGRa10.

PvPixelBGRa10p 

Pixel type is BGRa10p.

PvPixelBGRa12 

Pixel type is Bayer.

PvPixelBGRa12p 

Pixel type is BGRa12p.

PvPixelBGRa14 

Pixel type is BGRa14.

PvPixelBGRa16 

Pixel type is BGRa16.

PvPixelRGB10p 

Pixel type is RGB10p.

PvPixelBayerBG10p 

Pixel type is Bayer BG10p.

PvPixelBayerBG12p 

Pixel type is Bayer BG12p.

PvPixelBayerGB10p 

Pixel type is Bayer GB10p.

PvPixelBayerGB12p 

Pixel type is Bayer GB12p.

PvPixelBayerGR10p 

Pixel type is Bayer GR10p.

PvPixelBayerGR12p 

Pixel type is Bayer GR12p.

PvPixelBayerRG10p 

Pixel type is Bayer RG10p.

PvPixelBayerRG12p 

Pixel type is Bayer RG12p.

PvPixelYCbCr411_8 

Pixel type is YCbCr411 8.

PvPixelYCbCr8 

Pixel type is YCbCr8.

PvPixelRGB12p 

Pixel type is RGB12p.

PvPixelRGB14 

Pixel type is RGB14.

PvPixelRGBa10 

Pixel type is RGBa10.

PvPixelRGBa10p 

Pixel type is RGBa10p.

PvPixelRGBa12 

Pixel type is RGBa12.

PvPixelRGBa12p 

Pixel type is RGB12p.

PvPixelRGBa14 

Pixel type is RGB14.

PvPixelRGBa16 

Pixel type is RGBa16.

PvPixelYCbCr422_10 

Pixel type is YCbCr422 12.

PvPixelYCbCr422_12 

Pixel type is YCbCr422 12.

PvPixelSCF1WBWG8 

Pixel type is SCF1WBWG8.

PvPixelSCF1WBWG10 

Pixel type is SCF1WBWG10.

PvPixelSCF1WBWG10p 

Pixel type is SCF1WBWG10p.

PvPixelSCF1WBWG12 

Pixel type is SCF1WBWG12.

PvPixelSCF1WBWG12p 

Pixel type is SCF1WBWG12p.

PvPixelSCF1WBWG14 

Pixel type is SCF1WBWG14.

PvPixelSCF1WBWG16 

Pixel type is SCF1WBWG16.

PvPixelSCF1WGWB8 

Pixel type is SCF1WGWB8.

PvPixelSCF1WGWB10 

Pixel type is SCF1WGWB10.

PvPixelSCF1WGWB10p 

Pixel type is SCF1WGWB10p.

PvPixelSCF1WGWB12 

Pixel type is SCF1WGWB12.

PvPixelSCF1WGWB12p 

Pixel type is SCF1WGWB12p.

PvPixelSCF1WGWB14 

Pixel type is SCF1WGWB14.

PvPixelSCF1WGWB16 

Pixel type is SCF1WGWB16.

PvPixelSCF1WGWR8 

Pixel type is SCF1WGWR8.

PvPixelSCF1WGWR10 

Pixel type is SCF1WGWR10.

PvPixelSCF1WGWR10p 

Pixel type is SCF1WGWR10p.

PvPixelSCF1WGWR12 

Pixel type is SCF1WGWR12.

PvPixelSCF1WGWR12p 

Pixel type is SCF1WGWR12p.

PvPixelSCF1WGWR14 

Pixel type is SCF1WGWR14.

PvPixelSCF1WGWR16 

Pixel type is SCF1WGWR16.

PvPixelSCF1WRWG8 

Pixel type is SCF1WRWG8.

PvPixelSCF1WRWG10 

Pixel type is SCF1WRWG10.

PvPixelSCF1WRWG10p 

Pixel type is SCF1WRWG10p.

PvPixelSCF1WRWG12 

Pixel type is SCF1WRWG12.

PvPixelSCF1WRWG12p 

Pixel type is SCF1WRWG12p.

PvPixelSCF1WRWG14 

Pixel type is SCF1WRWG14.

PvPixelSCF1WRWG16 

Pixel type is SCF1WRWG16.

PvPixelYCbCr10_CbYCr 

Pixel type is YCbCr10 CbYCr.

PvPixelYCbCr10p_CbYCr 

Pixel type is YCbCr10p CbYCr.

PvPixelYCbCr12_CbYCr 

Pixel type is YCbCr12 CbYCr.

PvPixelYCbCr12p_CbYCr 

Pixel type is YCbCr12p CbYCr.

PvPixelYCbCr422_10p 

Pixel type is YCbCr422 10p.

PvPixelYCbCr422_12p 

Pixel type is YCbCr422 12p.

PvPixelYCbCr601_10_CbYCr 

Pixel type is YCbCr601 10 CbYCr.

PvPixelYCbCr601_10p_CbYCr 

Pixel type is YCbCr601 10p CbYCr.

PvPixelYCbCr601_12_CbYCr 

Pixel type is YCbCr601 12 CbYCr.

PvPixelYCbCr601_12p_CbYCr 

Pixel type is YCbCr601 12p CbYCr.

PvPixelYCbCr601_422_10 

Pixel type is YCbCr601 422 10.

PvPixelYCbCr601_422_10p 

Pixel type is YCbCr601 422 10p.

PvPixelYCbCr601_422_12 

Pixel type is YCbCr601 422 12.

PvPixelYCbCr601_422_12p 

Pixel type is YCbCr601 422 12p.

PvPixelYCbCr709_10_CbYCr 

Pixel type is YCbCr709 10 CbYCr.

PvPixelYCbCr709_10p_CbYCr 

Pixel type is YCbCr709 10p CbYCr.

PvPixelYCbCr709_12_CbYCr 

Pixel type is YCbCr709 12 CbYCr.

PvPixelYCbCr709_12p_CbYCr 

Pixel type is YCbCr709 12p CbYCr.

PvPixelYCbCr709_422_10 

Pixel type is YCbCr709 422 10.

PvPixelYCbCr709_422_10p 

Pixel type is YCbCr709 422 10p.

PvPixelYCbCr709_422_12 

Pixel type is YCbCr709 422 12.

PvPixelYCbCr709_422_12p 

Pixel type is YCbCr709 422 12p.

PvPixelYCbCr422_10_CbYCrY 

Pixel type is YCbCr422 10 CbYCrY.

PvPixelYCbCr422_10p_CbYCrY 

Pixel type is YCbCr422 10p CbYCrY.

PvPixelYCbCr422_12_CbYCrY 

Pixel type is YCbCr422 12 CbYCrY.

PvPixelYCbCr422_12p_CbYCrY 

Pixel type is YCbCr422 12p CbYCrY.

PvPixelYCbCr601_422_10_CbYCrY 

Pixel type is YCbCr601 422 10 CbYCrY.

PvPixelYCbCr601_422_10p_CbYCrY 

Pixel type is YCbCr601 422 10p CbYCrY.

PvPixelYCbCr601_422_12_CbYCrY 

Pixel type is YCbCr601 422 12 CbYCrY.

PvPixelYCbCr601_422_12p_CbYCrY 

Pixel type is YCbCr601 422 12p CbYCrY.

PvPixelYCbCr709_422_10_CbYCrY 

Pixel type is YCbCr709 422 10 CbYCrY.

PvPixelYCbCr709_422_10p_CbYCrY 

Pixel type is YCbCr709 422 10p CbYCrY.

PvPixelYCbCr709_422_12_CbYCrY 

Pixel type is YCbCr709 422 12 CbYCrY.

PvPixelYCbCr709_422_12p_CbYCrY 

Pixel type is YCbCr709 422 12p CbYCrY.

PvPixelBiColorRGBG8 

Pixel type is Bi Color RGBG.

Bi-color Red/Green - Blue/Green 8-bit

PvPixelBiColorBGRG8 

Pixel type is Bi Color BGRG8.

Bi-color Blue/Green - Red/Green 8-bit

PvPixelBiColorRGBG10 

Pixel type is Bi Color RGBG10.

Bi-color Red/Green - Blue/Green 10-bit unpacked

PvPixelBiColorRGBG10p 

Pixel type is Bi Color RGBG10p.

Bi-color Red/Green - Blue/Green 10-bit packed

PvPixelBiColorBGRG10 

Pixel type is Bi Color BGRG10.

Bi-color Blue/Green - Red/Green 10-bit unpacked

PvPixelBiColorBGRG10p 

Pixel type is Bi Color BGRG10p.

Bi-color Blue/Green - Red/Green 10-bit packed

PvPixelBiColorRGBG12 

Pixel type is Bi Color RGBG12.

Bi-color Red/Green - Blue/Green 12-bit unpacked

PvPixelBiColorRGBG12p 

Pixel type is Bi Color RGBG12p.

Bi-color Red/Green - Blue/Green 12-bit packed

PvPixelBiColorBGRG12 

Pixel type is Bi Color BGRG12.

Bi-color Blue/Green - Red/Green 12-bit unpacked

PvPixelBiColorBGRG12p 

Pixel type is Bi Color BGRG12p.

Bi-color Blue/Green - Red/Green 12-bit packed

PvPixelCoord3D_A8 

Pixel type is Coord3D A8.

3D coordinate A 8-bit

PvPixelCoord3D_B8 

Pixel type is Coord3D B8.

3D coordinate B 8-bit

PvPixelCoord3D_C8 

Pixel type is Coord3D C8.

3D coordinate C 8-bit

PvPixelCoord3D_ABC8 

Pixel type is Coord3D ABC8.

3D coordinate A-B-C 8-bit

PvPixelCoord3D_ABC8_Planar 

Pixel type is Coord3D ABC8 Planar.

3D coordinate A-B-C 8-bit planar

PvPixelCoord3D_AC8 

Pixel type is Coord3D AC8.

3D coordinate A-C 8-bit

PvPixelCoord3D_AC8_Planar 

Pixel type is Coord3D AC8 Planar.

3D coordinate A-C 8-bit planar

PvPixelCoord3D_A16 

Pixel type is Coord3D A16.

3D coordinate A 16-bit

PvPixelCoord3D_B16 

Pixel type is Coord3D B16.

3D coordinate B 16-bit

PvPixelCoord3D_C16 

Pixel type is Coord3D C16.

3D coordinate C 16-bit

PvPixelCoord3D_ABC16 

Pixel type is Coord3D ABC16.

3D coordinate A-B-C 16-bit

PvPixelCoord3D_ABC16_Planar 

Pixel type is Coord3D ABC19 Planar.

3D coordinate A-B-C 16-bit planar

PvPixelCoord3D_AC16 

Pixel type is Coord3D AC16.

3D coordinate A-C 16-bit

PvPixelCoord3D_AC16_Planar 

Pixel type is Coord3D AC16 Planar.

3D coordinate A-C 16-bit planar

PvPixelCoord3D_A32f 

Pixel type is Coord3D A32f.

3D coordinate A 32-bit floating point

PvPixelCoord3D_B32f 

Pixel type is Coord3D B32f.

3D coordinate B 32-bit floating point

PvPixelCoord3D_C32f 

Pixel type is Coord3D C32f.

3D coordinate C 32-bit floating point

PvPixelCoord3D_ABC32f 

Pixel type is Coord3D ABC32f.

3D coordinate A-B-C 32-bit floating point

PvPixelCoord3D_ABC32f_Planar 

Pixel type is Coord3D ABC32f Planar.

3D coordinate A-B-C 32-bit floating point planar

PvPixelCoord3D_AC32f 

Pixel type is Coord3D AC32f.

3D coordinate A-C 32-bit floating point

PvPixelCoord3D_AC32f_Planar 

Pixel type is Coord3D AC32f Planar.

3D coordinate A-C 32-bit floating point planar

PvPixelConfidence1 

Pixel type is Confidence 1.

Confidence 1-bit unpacked

PvPixelConfidence1p 

Pixel type is Confidence 1P.

Confidence 1-bit packed

PvPixelConfidence8 

Pixel type is Confidence 8.

Confidence 8-bit

PvPixelConfidence16 

Pixel type is Confidence 16.

Confidence 16-bit

PvPixelConfidence32f 

Pixel type is Confidence 32F.

Confidence 32-bit floating point

PvPixelR8 

Pixel type is R8.

Red 8-bit

PvPixelR10 

Pixel type is R10.

Red 10-bit

PvPixelR12 

Pixel type is R12.

Red 12-bit

PvPixelR16 

Pixel type is R16.

Red 16-bit

PvPixelG8 

Pixel type is G8.

Green 8-bit

PvPixelG10 

Pixel type is G10.

Green 10-bit

PvPixelG12 

Pixel type is G12.

Green 12-bit

PvPixelG16 

Pixel type is G16.

Green 16-bit

PvPixelB8 

Pixel type is B8.

Blue 8-bit

PvPixelB10 

Pixel type is B10.

Blue 10-bit

PvPixelB12 

Pixel type is B12.

Blue 12-bit

PvPixelB16 

Pixel type is B16.

Blue 16-bit

PvPixelCoord3D_A10p 

Pixel type is Coord3D A10p.

3D coordinate A 10-bit packed

PvPixelCoord3D_B10p 

Pixel type is Coord3D B10p.

3D coordinate B 10-bit packed

PvPixelCoord3D_C10p 

Pixel type is Coord3D C10p.

3D coordinate C 10-bit packed

PvPixelCoord3D_A12p 

Pixel type is Coord3D A12p.

3D coordinate A 12-bit packed

PvPixelCoord3D_B12p 

Pixel type is Coord3D B12p.

3D coordinate B 12-bit packed

PvPixelCoord3D_C12p 

Pixel type is Coord3D C12p.

3D coordinate C 12-bit packed

PvPixelCoord3D_ABC10p 

Pixel type is Coord3D ABC10p.

3D coordinate A-B-C 10-bit packed

PvPixelCoord3D_ABC10p_Planar 

Pixel type is Coord3D ABC10p Planar.

3D coordinate A-B-C 10-bit packed planar

PvPixelCoord3D_ABC12p 

Pixel type is Coord3D ABC12p.

3D coordinate A-B-C 12-bit packed

PvPixelCoord3D_ABC12p_Planar 

Pixel type is Coord3D ABC12p Planar.

3D coordinate A-B-C 12-bit packed planar

PvPixelCoord3D_AC10p 

Pixel type is Coord3D AC10p.

3D coordinate A-C 10-bit packed

PvPixelCoord3D_AC10p_Planar 

Pixel type is Coord3D AC10p Planar.

3D coordinate A-C 10-bit packed planar

PvPixelCoord3D_AC12p 

Pixel type is Coord3D AC12p.

3D coordinate A-C 12-bit packed

PvPixelCoord3D_AC12p_Planar 

Pixel type is Coord3D AC12p Planar.

3D coordinate A-C 12-bit packed planar

PvPixelMono14p 

Pixel type is Mono14p.

GigE Vision pixel type, monochrome 14 bits.

PvPixelBayerGR14p 

Pixel type is Bayer GR14p.

Bayer Green-Red 14-bit packed

PvPixelBayerRG14p 

Pixel type is Bayer RG14p.

Bayer Red-Green 14-bit packed

PvPixelBayerGB14p 

Pixel type is Bayer GB14p.

Bayer Green-Blue 14-bit packed

PvPixelBayerBG14p 

Pixel type is Bayer BG14p.

Bayer Blue-Green 14-bit packed

PvPixelBayerGR14 

Pixel type is Bayer GR14.

Bayer Green-Red 14-bit

PvPixelBayerRG14 

Pixel type is Bayer RG14.

Bayer Red-Green 14-bit

PvPixelBayerGB14 

Pixel type is Bayer GB14.

Bayer Green-Blue 14-bit

PvPixelBayerBG14 

Pixel type is Bayer BG14.

Bayer Blue-Green 14-bit

PvPixelBayerGR4p 

Pixel type is Bayer GR4p.

Bayer Green-Red 4-bit packed

PvPixelBayerRG4p 

Pixel type is Bayer RG4p.

Bayer Red-Green 4-bit packed

PvPixelBayerGB4p 

Pixel type is Bayer GB4p.

Bayer Green-Blue 4-bit packed

PvPixelBayerBG4p 

Pixel type is Bayer BG4p.

Bayer Blue-Green 4-bit packed

PvPixelMono32 

Pixel type is Mono32.

Monochrome 32-bit

PvPixelData8 

Pixel type is Data8.

PvPixelData8s 

Pixel type is Data8s.

PvPixelData16 

Pixel type is Data16.

PvPixelData16s 

Pixel type is Data16s.

PvPixelData32 

Pixel type is Data32.

PvPixelData32s 

Pixel type is Data32s.

PvPixelData32f 

Pixel type is Data32f.

PvPixelData64 

Pixel type is Data64.

PvPixelData64s 

Pixel type is Data64s.

PvPixelData64f 

Pixel type is Data64f.


Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com