6#ifndef YARP_OPENCV_DEVICE_OPENCVWRITER_H
7#define YARP_OPENCV_DEVICE_OPENCVWRITER_H
16#include <opencv2/videoio.hpp>
37 bool close()
override;
This class is the parameters parser for class OpenCVWriter.
OpenCVWriter: A device which receives images and writes a video file to disk using openCV
bool putImage(yarp::sig::ImageOf< yarp::sig::PixelRgb > &image) override
Write an image to the device.
bool close() override
Close the DeviceDriver.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
Interface implemented by all device drivers.
Read a YARP-format image to a device.
A base class for nested structures that can be searched.