eBUS Python Function List¶
- eBUS.PvGetPixelBitCount(aType)¶
Returns the size of one pixel of a specific pixel type, in bits.
- Parameters:
aType (int, in) – GigE Vision pixel type. See Enum
PvPixelType.- Return type:
int
- Returns:
Size, in bits
Returns the size of one pixel of a specific pixel type, in bits.
aType (int, in) – GigE Vision pixel type. See Enum PvPixelType.
int
Size, in bits