4 #include <utils/ColorBgr.h> 5 #include <utils/ColorRgba.h> 6 #include <hyperion/Grabber.h> 7 #include <grabber/FramebufferFrameGrabber.h> 39 bool isVideoPlaying();
40 void closeDev(
int &fd);
41 bool openDev(
int &fd,
const char* dev);
56 int _grabbingModeNotification;
AmlogicGrabber(const unsigned width, const unsigned height)
Construct a AmlogicGrabber that will capture snapshots with specified dimensions. ...
Definition: AmlogicGrabber.cpp:23
The FramebufferFrameGrabber is used for creating snapshots of the display (screenshots) ...
Definition: FramebufferFrameGrabber.h:10
The Grabber class is responsible to apply image resizes (with or without ImageResampler) Overwrite th...
Definition: Grabber.h:17
Definition: AmlogicGrabber.h:11
int grabFrame(Image< ColorRgb > &image)
Captures a single snapshot of the display and writes the data to the given image. ...
Definition: AmlogicGrabber.cpp:86