6#ifndef YARP_OPENCV_DEVICE_OPENCVWRITER_H
7#define YARP_OPENCV_DEVICE_OPENCVWRITER_H
35 bool close()
override;
This class is the parameters parser for class FakeFrameWriter.
FakeFrameWriter: An image frame writer for testing purposes
bool putImage(yarp::sig::ImageOf< yarp::sig::PixelRgb > &image) override
Write an image to the device.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
bool close() override
Close the DeviceDriver.
virtual ~FakeFrameWriter()
Interface implemented by all device drivers.
Read a YARP-format image to a device.
A base class for nested structures that can be searched.