3 #include <hyperion/GrabberWrapper.h> 4 #include <grabber/AmlogicGrabber.h> 21 AmlogicWrapper(
const unsigned grabWidth,
const unsigned grabHeight);
The DispmanxWrapper uses an instance of the DispmanxFrameGrabber to obtain ImageRgb's from the displa...
Definition: AmlogicWrapper.h:11
virtual ~AmlogicWrapper()
Destructor of this dispmanx frame grabber.
Definition: AmlogicWrapper.h:26
This class will be inherted by FramebufferWrapper and others which contains the real capture interfac...
Definition: GrabberWrapper.h:23
AmlogicWrapper(const unsigned grabWidth, const unsigned grabHeight)
Constructs the dispmanx frame grabber with a specified grab size and update rate. ...
Definition: AmlogicWrapper.cpp:3
virtual void action()
Performs a single frame grab and computes the led-colors.
Definition: AmlogicWrapper.cpp:8
Definition: AmlogicGrabber.h:11