5 #pragma GCC system_header 8 #include <grabber/DispmanxFrameGrabberMock.h> 12 #include <utils/Image.h> 13 #include <utils/ColorRgba.h> 14 #include <hyperion/Grabber.h> 53 void setFlags(
const int vc_flags);
61 DISPMANX_DISPLAY_HANDLE_T _vc_display;
77 unsigned _captureBufferSize;
Definition: ColorRgba.h:9
int grabFrame(Image< ColorRgb > &image)
Captures a single snapshot of the display and writes the data to the given image. ...
Definition: DispmanxFrameGrabber.cpp:92
virtual bool setWidthHeight(int width, int height)
Set new width and height for dispmanx, overwrite Grabber.h impl.
Definition: DispmanxFrameGrabber.cpp:65
DispmanxFrameGrabber(const unsigned width, const unsigned height)
Construct a DispmanxFrameGrabber that will capture snapshots with specified dimensions.
Definition: DispmanxFrameGrabber.cpp:9
The DispmanxFrameGrabber is used for creating snapshots of the display (screenshots) with a downsized...
Definition: DispmanxFrameGrabber.h:20
The Grabber class is responsible to apply image resizes (with or without ImageResampler) Overwrite th...
Definition: Grabber.h:17
Definition: DispmanxFrameGrabberMock.h:21