BOOL GevIsPixelTypeMono(UINT32 pixelType);
BOOL
GevIsPixelTypeRGB(UINT32 pixelType);
BOOL
GevIsPixelTypePacked(UINT32 pixelType);
BOOL
GevIsPixelTypeBayer(UINT32 pixelType);

Description

Returns true/false for the various image pixel types (mono, RGB, packed, Bayer).

Parameters

pixelType

GigE Vision pixel data format.

Return Value

BOOL

True/False (for the condition queried).

Related Topics

Utility Functions