Read a YARP-format image from a device. More...
#include <FrameGrabberInterfaces.h>
Public Member Functions | |
| virtual | ~IFrameGrabberImage () |
| Destructor. | |
| virtual bool | getImage (yarp::sig::ImageOf< yarp::sig::PixelRgb > &image)=0 |
| Get an rgb image from the frame grabber, if required demosaicking/color reconstruction is applied. | |
| virtual int | height () const =0 |
| Return the height of each frame. | |
| virtual int | width () const =0 |
| Return the width of each frame. | |
Read a YARP-format image from a device.
| virtual yarp::dev::IFrameGrabberImage::~IFrameGrabberImage | ( | ) | [inline, virtual] |
Destructor.
| virtual bool yarp::dev::IFrameGrabberImage::getImage | ( | yarp::sig::ImageOf< yarp::sig::PixelRgb > & | image | ) | [pure virtual] |
Get an rgb image from the frame grabber, if required demosaicking/color reconstruction is applied.
| image | the image to be filled |
Implemented in yarp::dev::VfwGrabber.
Referenced by main(), and PolyDriverTest::testBasic().
| virtual int yarp::dev::IFrameGrabberImage::height | ( | ) | const [pure virtual] |
| virtual int yarp::dev::IFrameGrabberImage::width | ( | ) | const [pure virtual] |
1.7.1