3 #include <hyperion/GrabberWrapper.h> 4 #include <grabber/X11Grabber.h> 27 X11Wrapper(
int cropLeft,
int cropRight,
int cropTop,
int cropBottom,
int pixelDecimation,
const unsigned updateRate_Hz);
virtual ~X11Wrapper()
Destructor of this framebuffer frame grabber.
Definition: X11Wrapper.h:32
virtual void action()
Performs a single frame grab and computes the led-colors.
Definition: X11Wrapper.cpp:9
This class will be inherted by FramebufferWrapper and others which contains the real capture interfac...
Definition: GrabberWrapper.h:23
X11Wrapper(int cropLeft, int cropRight, int cropTop, int cropBottom, int pixelDecimation, const unsigned updateRate_Hz)
Constructs the framebuffer frame grabber with a specified grab size and update rate.
Definition: X11Wrapper.cpp:3
Definition: X11Grabber.h:16
The X11Wrapper uses an instance of the X11Grabber to obtain ImageRgb's from the displayed content...
Definition: X11Wrapper.h:16