Read a YARP-format image to a device. More...
#include <yarp/dev/FrameGrabberInterfaces.h>
Public Member Functions | |
virtual | ~IFrameWriterImage () |
Destructor. More... | |
virtual bool | putImage (yarp::sig::ImageOf< yarp::sig::PixelRgb > &image)=0 |
Write an image to the device. More... | |
Read a YARP-format image to a device.
Definition at line 342 of file FrameGrabberInterfaces.h.
|
inlinevirtual |
Destructor.
Definition at line 348 of file FrameGrabberInterfaces.h.
|
pure virtual |
Write an image to the device.
image | the image to write |
Implemented in FfmpegWriter.