42 #ifndef _DRAGON_FLY_CAPTURE_H_
43 #define _DRAGON_FLY_CAPTURE_H_
53 #include <pgrflycapture.h>
60 #define DRAGONFLY_MAX_CAMERAS 10
136 FlyCaptureInfoEx m_flyCaptureInfoEx;
void SwapCameras(int nCamera1, int nCamera2)
Swap the camera source.
BayerPatternType
The four possible variants for Bayer pattern conversion.
ImageType
Enum specifying the supported image types.
Interface to video capture modules.
void GetCurrentTimestamp(unsigned int &sec, unsigned int &usec)
bool CaptureImage(CByteImage **ppImages)
#define DRAGONFLY_MAX_CAMERAS
unsigned int GetSerialFromCamera(int nCamera)
Get the serial number from the camera.
CDragonFlyCapture(int nCameras, VideoMode mode, ColorMode colorMode, ImageProcessor::BayerPatternType bayerPatternType)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
CByteImage::ImageType GetType()