pylon enumeration types. More...
#include <genapic/GenApiCDefines.h>
Enumerations | |
enum | EPylonGigEActionCommandStatus { PylonGigEActionCommandStatus_Ok = 0, PylonGigEActionCommandStatus_NoRefTime = -519995373, PylonGigEActionCommandStatus_Overflow = -519995371, PylonGigEActionCommandStatus_ActionLate = -519995370 } |
Lists possible status codes returned by PylonGigEIssueActionCommand() or PylonGigEIssueScheduledActionCommand(). More... | |
enum | EPylonGrabStatus { UndefinedGrabStatus = -1, Idle, Queued, Grabbed, Canceled, Failed } |
The grab status. More... | |
enum | EPylonImageFileFormat { ImageFileFormat_Tiff = 1, ImageFileFormat_Png = 3 } |
Lists the available file formats. More... | |
enum | EPylonImageOrientation { ImageOrientation_TopDown, ImageOrientation_BottomUp } |
Defines the vertical orientation of an image in memory. More... | |
enum | EPylonPayloadType { PayloadType_Undefined = -1, PayloadType_Image, PayloadType_RawData, PayloadType_File, PayloadType_ChunkData, PayloadType_DeviceSpecific = 0x8000 } |
PayloadType for PylonGrabResult_t. More... | |
enum | EPylonPixelType { PixelType_Undefined = -1, PixelType_Mono8 = PIXEL_MONO | PIXEL_BIT_COUNT(8) | 0x0001, PixelType_Mono8signed = PIXEL_MONO | PIXEL_BIT_COUNT(8) | 0x0002, PixelType_Mono10 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0003, PixelType_Mono10packed = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x0004, PixelType_Mono10p = PIXEL_MONO | PIXEL_BIT_COUNT(10) | 0x0046, PixelType_Mono12 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0005, PixelType_Mono12packed = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x0006, PixelType_Mono12p = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x0047, PixelType_Mono16 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0007, PixelType_BayerGR8 = PIXEL_MONO | PIXEL_BIT_COUNT(8) | 0x0008, PixelType_BayerRG8 = PIXEL_MONO | PIXEL_BIT_COUNT(8) | 0x0009, PixelType_BayerGB8 = PIXEL_MONO | PIXEL_BIT_COUNT(8) | 0x000a, PixelType_BayerBG8 = PIXEL_MONO | PIXEL_BIT_COUNT(8) | 0x000b, PixelType_BayerGR10 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x000c, PixelType_BayerRG10 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x000d, PixelType_BayerGB10 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x000e, PixelType_BayerBG10 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x000f, PixelType_BayerGR12 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0010, PixelType_BayerRG12 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0011, PixelType_BayerGB12 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0012, PixelType_BayerBG12 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0013, PixelType_RGB8packed = PIXEL_COLOR | PIXEL_BIT_COUNT(24) | 0x0014, PixelType_BGR8packed = PIXEL_COLOR | PIXEL_BIT_COUNT(24) | 0x0015, PixelType_RGBA8packed = PIXEL_COLOR | PIXEL_BIT_COUNT(32) | 0x0016, PixelType_BGRA8packed = PIXEL_COLOR | PIXEL_BIT_COUNT(32) | 0x0017, PixelType_RGB10packed = PIXEL_COLOR | PIXEL_BIT_COUNT(48) | 0x0018, PixelType_BGR10packed = PIXEL_COLOR | PIXEL_BIT_COUNT(48) | 0x0019, PixelType_RGB12packed = PIXEL_COLOR | PIXEL_BIT_COUNT(48) | 0x001a, PixelType_BGR12packed = PIXEL_COLOR | PIXEL_BIT_COUNT(48) | 0x001b, PixelType_RGB16packed = PIXEL_COLOR | PIXEL_BIT_COUNT(48) | 0x0033, PixelType_BGR10V1packed = PIXEL_COLOR | PIXEL_BIT_COUNT(32) | 0x001c, PixelType_BGR10V2packed = PIXEL_COLOR | PIXEL_BIT_COUNT(32) | 0x001d, PixelType_YUV411packed = PIXEL_COLOR | PIXEL_BIT_COUNT(12) | 0x001e, PixelType_YUV422packed = PIXEL_COLOR | PIXEL_BIT_COUNT(16) | 0x001f, PixelType_YUV444packed = PIXEL_COLOR | PIXEL_BIT_COUNT(24) | 0x0020, PixelType_RGB8planar = PIXEL_COLOR | PIXEL_BIT_COUNT(24) | 0x0021, PixelType_RGB10planar = PIXEL_COLOR | PIXEL_BIT_COUNT(48) | 0x0022, PixelType_RGB12planar = PIXEL_COLOR | PIXEL_BIT_COUNT(48) | 0x0023, PixelType_RGB16planar = PIXEL_COLOR | PIXEL_BIT_COUNT(48) | 0x0024, PixelType_YUV422_YUYV_Packed = PIXEL_COLOR | PIXEL_BIT_COUNT(16) | 0x0032, PixelType_BayerGR12Packed = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x002A, PixelType_BayerRG12Packed = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x002B, PixelType_BayerGB12Packed = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x002C, PixelType_BayerBG12Packed = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x002D, PixelType_BayerGR10p = PIXEL_MONO | PIXEL_BIT_COUNT(10) | 0x0056, PixelType_BayerRG10p = PIXEL_MONO | PIXEL_BIT_COUNT(10) | 0x0058, PixelType_BayerGB10p = PIXEL_MONO | PIXEL_BIT_COUNT(10) | 0x0054, PixelType_BayerBG10p = PIXEL_MONO | PIXEL_BIT_COUNT(10) | 0x0052, PixelType_BayerGR12p = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x0057, PixelType_BayerRG12p = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x0059, PixelType_BayerGB12p = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x0055, PixelType_BayerBG12p = PIXEL_MONO | PIXEL_BIT_COUNT(12) | 0x0053, PixelType_BayerGR16 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x002E, PixelType_BayerRG16 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x002F, PixelType_BayerGB16 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0030, PixelType_BayerBG16 = PIXEL_MONO | PIXEL_BIT_COUNT(16) | 0x0031, PixelType_RGB12V1packed = PIXEL_COLOR | PIXEL_BIT_COUNT(36) | 0X0034, PixelType_Double = 0x80000000 | PIXEL_MONO | PIXEL_BIT_COUNT(48) | 0x100 } |
List all possible pixel formats. See the camera User's Manual for a detailed description of the available pixel formats. More... | |
enum | EPylonWaitExResult { waitex_timeout = 0, waitex_signaled = 1, waitex_abandoned = 2, waitex_alerted = -1 } |
The reason why a wait operation terminated. More... | |
pylon enumeration types.
Definitions of enumerated types used by pylon C functions.