4 #include <utils/ColorRgba.h> 5 #include <hyperion/GrabberWrapper.h> 6 #include <grabber/DispmanxFrameGrabber.h> 23 DispmanxWrapper(
const unsigned grabWidth,
const unsigned grabHeight,
const unsigned updateRate_Hz);
virtual ~DispmanxWrapper()
Destructor of this dispmanx frame grabber.
Definition: DispmanxWrapper.h:28
DispmanxWrapper(const unsigned grabWidth, const unsigned grabHeight, const unsigned updateRate_Hz)
Constructs the dispmanx frame grabber with a specified grab size and update rate. ...
Definition: DispmanxWrapper.cpp:3
The DispmanxFrameGrabber is used for creating snapshots of the display (screenshots) with a downsized...
Definition: DispmanxFrameGrabber.h:20
virtual void action()
Performs a single frame grab and computes the led-colors.
Definition: DispmanxWrapper.cpp:10
This class will be inherted by FramebufferWrapper and others which contains the real capture interfac...
Definition: GrabberWrapper.h:23
The DispmanxWrapper uses an instance of the DispmanxFrameGrabber to obtain ImageRgb's from the displa...
Definition: DispmanxWrapper.h:12