Enum GenICamPixelFormat
Represents various pixel formats available for GenICam cameras.
Namespace: VisioForge.Core.Types.X.Sources
Assembly: VisioForge.Core.dll
Syntax
public enum GenICamPixelFormat : uint
Fields
Name | Description |
---|---|
BGR10Packed | BGR, 10 bits per pixel, packed. |
BGR12Packed | BGR, 12 bits per pixel, packed. |
BGR8Packed | BGR, 8 bits per pixel, packed. |
BGRA8Packed | BGRA, 8 bits per pixel, packed. |
BayerBG10 | Bayer Blue Green, 10 bits per pixel. |
BayerBG10P | Bayer Blue Green, 10 bits per pixel, packed. |
BayerBG10Packed | Bayer Blue Green, 10 bits per pixel, packed. |
BayerBG12 | Bayer Blue Green, 12 bits per pixel. |
BayerBG12P | Bayer Blue Green, 12 bits per pixel, packed. |
BayerBG12Packed | Bayer Blue Green, 12 bits per pixel, packed. |
BayerBG16 | Bayer Blue Green, 16 bits per pixel. |
BayerBG8 | Bayer Blue Green, 8 bits per pixel. |
BayerGB10 | Bayer Green Blue, 10 bits per pixel. |
BayerGB10P | Bayer Green Blue, 10 bits per pixel, packed. |
BayerGB10Packed | Bayer Green Blue, 10 bits per pixel, packed. |
BayerGB12 | Bayer Green Blue, 12 bits per pixel. |
BayerGB12P | Bayer Green Blue, 12 bits per pixel, packed. |
BayerGB12Packed | Bayer Green Blue, 12 bits per pixel, packed. |
BayerGB16 | Bayer Green Blue, 16 bits per pixel. |
BayerGB8 | Bayer Green Blue, 8 bits per pixel. |
BayerGR10 | Bayer Green Red, 10 bits per pixel. |
BayerGR10P | Bayer Green Red, 10 bits per pixel, packed. |
BayerGR10Packed | Bayer Green Red, 10 bits per pixel, packed. |
BayerGR12 | Bayer Green Red, 12 bits per pixel. |
BayerGR12P | Bayer Green Red, 12 bits per pixel, packed. |
BayerGR12Packed | Bayer Green Red, 12 bits per pixel, packed. |
BayerGR16 | Bayer Green Red, 16 bits per pixel. |
BayerGR8 | Bayer Green Red, 8 bits per pixel. |
BayerRG10 | Bayer Red Green, 10 bits per pixel. |
BayerRG10P | Bayer Red Green, 10 bits per pixel, packed. |
BayerRG10Packed | Bayer Red Green, 10 bits per pixel, packed. |
BayerRG12 | Bayer Red Green, 12 bits per pixel. |
BayerRG12P | Bayer Red Green, 12 bits per pixel, packed. |
BayerRG12Packed | Bayer Red Green, 12 bits per pixel, packed. |
BayerRG16 | Bayer Red Green, 16 bits per pixel. |
BayerRG8 | Bayer Red Green, 8 bits per pixel. |
Coord3D_ABC_10P | 3D coordinate A, B, C, 10 bits per pixel, packed. |
Coord3D_ABC_10P_Planar | 3D coordinate A, B, C, 10 bits per pixel, packed, planar. |
Coord3D_ABC_12P | 3D coordinate A, B, C, 12 bits per pixel, packed. |
Coord3D_ABC_12P_Planar | 3D coordinate A, B, C, 12 bits per pixel, packed, planar. |
Coord3D_ABC_16 | 3D coordinate A, B, C, 16 bits per pixel. |
Coord3D_ABC_16_Planar | 3D coordinate A, B, C, 16 bits per pixel, planar. |
Coord3D_ABC_32F | 3D coordinate A, B, C, 32 bits per pixel, floating point. |
Coord3D_ABC_32F_Planar | 3D coordinate A, B, C, 32 bits per pixel, floating point, planar. |
Coord3D_ABC_8 | 3D coordinate A, B, C, 8 bits per pixel. |
Coord3D_ABC_8_Planar | 3D coordinate A, B, C, 8 bits per pixel, planar. |
Coord3D_AC_10P | 3D coordinate A, C, 10 bits per pixel, packed. |
Coord3D_AC_10P_Planar | 3D coordinate A, C, 10 bits per pixel, packed, planar. |
Coord3D_AC_12P | 3D coordinate A, C, 12 bits per pixel, packed. |
Coord3D_AC_12P_Planar | 3D coordinate A, C, 12 bits per pixel, packed, planar. |
Coord3D_AC_16 | 3D coordinate A, C, 16 bits per pixel. |
Coord3D_AC_16_Planar | 3D coordinate A, C, 16 bits per pixel, planar. |
Coord3D_AC_32F | 3D coordinate A, C, 32 bits per pixel, floating point. |
Coord3D_AC_32F_Planar | 3D coordinate A, C, 32 bits per pixel, floating point, planar. |
Coord3D_AC_8 | 3D coordinate A, C, 8 bits per pixel. |
Coord3D_AC_8_Planar | 3D coordinate A, C, 8 bits per pixel, planar. |
Coord3D_A_10P | 3D coordinate A, 10 bits per pixel, packed. |
Coord3D_A_12P | 3D coordinate A, 12 bits per pixel, packed. |
Coord3D_A_16 | 3D coordinate A, 16 bits per pixel. |
Coord3D_A_32F | 3D coordinate A, 32 bits per pixel, floating point. |
Coord3D_A_8 | 3D coordinate A, 8 bits per pixel. |
Coord3D_B_10P | 3D coordinate B, 10 bits per pixel, packed. |
Coord3D_B_12P | 3D coordinate B, 12 bits per pixel, packed. |
Coord3D_B_16 | 3D coordinate B, 16 bits per pixel. |
Coord3D_B_32F | 3D coordinate B, 32 bits per pixel, floating point. |
Coord3D_B_8 | 3D coordinate B, 8 bits per pixel. |
Coord3D_C_10P | 3D coordinate C, 10 bits per pixel, packed. |
Coord3D_C_12P | 3D coordinate C, 12 bits per pixel, packed. |
Coord3D_C_16 | 3D coordinate C, 16 bits per pixel. |
Coord3D_C_32F | 3D coordinate C, 32 bits per pixel, floating point. |
Coord3D_C_8 | 3D coordinate C, 8 bits per pixel. |
CustomBayerBG12Packed | Custom Bayer Blue Green, 12 bits per pixel, packed. |
CustomBayerBG16 | Custom Bayer Blue Green, 16 bits per pixel. |
CustomBayerGB12Packed | Custom Bayer Green Blue, 12 bits per pixel, packed. |
CustomBayerGB16 | Custom Bayer Green Blue, 16 bits per pixel. |
CustomBayerGR12Packed | Custom Bayer Green Red, 12 bits per pixel, packed. |
CustomBayerGR16 | Custom Bayer Green Red, 16 bits per pixel. |
CustomBayerRG12Packed | Custom Bayer Red Green, 12 bits per pixel, packed. |
CustomBayerRG16 | Custom Bayer Red Green, 16 bits per pixel. |
CustomYUV422YUYVPacked | Custom YUV 422, YUYV packed. |
Data16 | Data, 16 bits. |
Data16S | Data, 16 bits, signed. |
Data32 | Data, 32 bits. |
Data32F | Data, 32 bits, floating point. |
Data32S | Data, 32 bits, signed. |
Data64 | Data, 64 bits. |
Data64F | Data, 64 bits, floating point. |
Data64S | Data, 64 bits, signed. |
Data8 | Data, 8 bits. |
Data8S | Data, 8 bits, signed. |
Mono10 | Monochrome, 10 bits per pixel. |
Mono10Packed | Monochrome, 10 bits per pixel, packed. |
Mono12 | Monochrome, 12 bits per pixel. |
Mono12Packed | Monochrome, 12 bits per pixel, packed. |
Mono14 | Monochrome, 14 bits per pixel. |
Mono16 | Monochrome, 16 bits per pixel. |
Mono8 | Monochrome, 8 bits per pixel. |
Mono8Signed | Monochrome, 8 bits per pixel, signed. |
RGB10Packed | RGB, 10 bits per pixel, packed. |
RGB10Planar | RGB, 10 bits per pixel, planar. |
RGB12Packed | RGB, 12 bits per pixel, packed. |
RGB12Planar | RGB, 12 bits per pixel, planar. |
RGB16Planar | RGB, 16 bits per pixel, planar. |
RGB8Packed | RGB, 8 bits per pixel, packed. |
RGB8Planar | RGB, 8 bits per pixel, planar. |
RGBA8Packed | RGBA, 8 bits per pixel, packed. |
YUV411Packed | YUV 411, packed. |
YUV422Packed | YUV 422, packed. |
YUV422YUYVPacked | YUV 422, YUYV packed. |
YUV444Packed | YUV 444, packed. |