YARP
Yet Another Robot Platform
yarp::dev::IFrameWriterImage Class Referenceabstract

Read a YARP-format image to a device. More...

#include <yarp/dev/FrameGrabberInterfaces.h>

+ Inheritance diagram for yarp::dev::IFrameWriterImage:

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...
 

Detailed Description

Read a YARP-format image to a device.

Definition at line 342 of file FrameGrabberInterfaces.h.

Constructor & Destructor Documentation

◆ ~IFrameWriterImage()

virtual yarp::dev::IFrameWriterImage::~IFrameWriterImage ( )
inlinevirtual

Destructor.

Definition at line 348 of file FrameGrabberInterfaces.h.

Member Function Documentation

◆ putImage()

virtual bool yarp::dev::IFrameWriterImage::putImage ( yarp::sig::ImageOf< yarp::sig::PixelRgb > &  image)
pure virtual

Write an image to the device.

Parameters
imagethe image to write
Returns
true/false upon success/failure

Implemented in FfmpegWriter.


The documentation for this class was generated from the following file: