|
UINT32 GevGetUnpackedPixelType(UINT32 pixelType); |
|
|
Description |
|
|
Returns the pixel format that would result
following a simple unpacking of a packed input pixel format by the default
processing during frame acquisition. (If the input pixel type is not packed, it
is returned as the unpacked format). |
|
|
Parameters |
|
|
pixelType |
GigE Vision pixel
data format (packed). |
|
Return Value |
|
|
UINT32 |
The pixel format corresponding to the input format when it is unpacked. (e.g.
fmtMono12Packed becomes fmtMono12) |
Related Topics