#include <yarp/os/Property.h>
#include <yarp/dev/IFrameGrabberImage.h>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/os/Stamp.h>
#include <yarp/dev/IPreciselyTimed.h>
#include "OpenCVGrabber_ParamsParser.h"
#include <opencv2/videoio.hpp>
Go to the source code of this file.
Classes | |
class | OpenCVGrabber |
openCVGrabber : An image frame grabber device using OpenCV to capture images from cameras and AVI files. More... | |