|
|
| X11Grabber (int cropLeft, int cropRight, int cropTop, int cropBottom, int pixelDecimation) |
| |
|
bool | Setup () |
| |
| virtual int | grabFrame (Image< ColorRgb > &image, bool forceUpdate=false) |
| | Captures a single snapshot of the display and writes the data to the given image. More...
|
| |
|
int | updateScreenDimensions (bool force=false) |
| | update dimension according current screen
|
| |
| virtual void | setVideoMode (VideoMode mode) |
| | Set the video mode (2D/3D) More...
|
| |
|
virtual bool | setWidthHeight (int width, int height) |
| | Apply new width/height values, overwrite Grabber.h implementation as X11 doesn't use width/height, just pixelDecimation to calc dimensions.
|
| |
|
virtual void | setPixelDecimation (int pixelDecimation) |
| | Apply new pixelDecimation.
|
| |
| virtual void | setCropping (unsigned cropLeft, unsigned cropRight, unsigned cropTop, unsigned cropBottom) |
| | Set the crop values. More...
|
| |
|
| Grabber (QString grabberName, int width=0, int height=0, int cropLeft=0, int cropRight=0, int cropTop=0, int cropBottom=0) |
| |
|
virtual void | setSignalThreshold (double redSignalThreshold, double greenSignalThreshold, double blueSignalThreshold, int noSignalCounterThreshold=50) |
| | Apply new signalThreshold (used from v4l)
|
| |
|
virtual void | setSignalDetectionOffset (double verticalMin, double horizontalMin, double verticalMax, double horizontalMax) |
| | Apply new SignalDetectionOffset (used from v4l)
|
| |
|
virtual void | setSignalDetectionEnable (bool enable) |
| | Apply SignalDetectionEnable (used from v4l)
|
| |
|
virtual void | setDeviceVideoStandard (QString device, VideoStandard videoStandard) |
| | Apply device and videoStanded (used from v4l)
|
| |
|
virtual void | setDisplayIndex (int index) |
| | Apply display index (used from qt)
|
| |
|
virtual void | setDevicePath (const QString &path) |
| | Apply path for device (used from framebuffer)
|
| |
|
virtual int | getImageWidth () |
| | get current resulting height of image (after crop)
|
| |
|
virtual int | getImageHeight () |
| | get current resulting width of image (after crop)
|
| |
|
void | setEnabled (bool enable) |
| | Prevent the real capture implementation from capturing if disabled.
|
| |