Skip to content

pylon/Result.h#

Low Level API: Definition of classes that contain grabbed data.

Namespaces#

Name
Pylon
Contains definitions of pylon types.

Classes#

Name
class Pylon::GrabResult
Low Level API: A grab result that combines the used image buffer and status information.
class Pylon::EventResult
Low Level API: An event result.

Defines#

Name
BIT_PER_PIXEL(pixelType)
Retrieve the number of bits per pixel for a given pixel type.

Macros Documentation#

define BIT_PER_PIXEL#

#define BIT_PER_PIXEL(
    pixelType
)
( ( (pixelType) >> 16 ) & 0xff )

Retrieve the number of bits per pixel for a given pixel type.