Low Level API: Definition of classes that contain grabbed data. More...
#include <limits.h>
#include <Base/GCTypes.h>
#include <Base/GCException.h>
#include <pylon/Platform.h>
#include <pylon/StreamGrabber.h>
#include <pylon/PixelType.h>
#include <pylon/PayloadType.h>
#include <pylon/ResultImage.h>
Classes | |
class | Pylon::GrabResult |
Low Level API: A grab result that combines the used image buffer and status information. More... | |
class | Pylon::EventResult |
Low Level API: An event result. More... | |
Namespaces | |
Pylon | |
Contains definitions of pylon types. | |
Macros | |
#define | BIT_PER_PIXEL(pixelType) ( ( (pixelType) >> 16 ) & 0xff ) |
Retrieve the number of bits per pixel for a given pixel type. | |
Typedefs | |
typedef CGrabResultImageT < GrabResult > | Pylon::CGrabResultImage |
Low Level API: Adapts a copy of a grab result to pylon image. More... | |
Enumerations | |
enum | Pylon::EGrabStatus { , Pylon::Idle, Pylon::Queued, Pylon::Grabbed, Pylon::Canceled, Pylon::Failed } |
Low Level API: Possible grab status values. More... | |
Low Level API: Definition of classes that contain grabbed data.