#include <yarp/os/Property.h>
#include <yarp/dev/IFrameWriterImage.h>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/os/Stamp.h>
#include <yarp/dev/IPreciselyTimed.h>
#include "OpenCVWriter_ParamsParser.h"
#include <opencv2/videoio.hpp>
Go to the source code of this file.
Classes | |
class | OpenCVWriter |
OpenCVWriter : A device which receives images and writes a video file to disk using openCV More... | |