3 #include <hyperion/GrabberWrapper.h> 4 #include <grabber/QtGrabber.h> 22 QtWrapper(
int cropLeft,
int cropRight,
int cropTop,
int cropBottom,
int pixelDecimation,
int display,
const unsigned updateRate_Hz);
virtual void action()
Performs a single frame grab and computes the led-colors.
Definition: QtWrapper.cpp:8
QtWrapper(int cropLeft, int cropRight, int cropTop, int cropBottom, int pixelDecimation, int display, const unsigned updateRate_Hz)
Constructs the framebuffer frame grabber with a specified grab size and update rate.
Definition: QtWrapper.cpp:3
This class will be inherted by FramebufferWrapper and others which contains the real capture interfac...
Definition: GrabberWrapper.h:23
virtual ~QtWrapper()
Destructor of this qt frame grabber.
Definition: QtWrapper.h:27
The QtWrapper uses QtFramework API's to get a picture from system.
Definition: QtWrapper.h:9
The platform capture implementation based on QT API.
Definition: QtGrabber.h:14