#include <yarp/sig/Image.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/os/PortReaderBuffer.h>
#include <yarp/os/Time.h>
#include <yarp/conf/numeric.h>
#include <string>
#include <QObject>
#include <QVideoFrame>
#include "signalhandler.h"
Go to the source code of this file.
Classes | |
class | InputCallback |
This class is a callback class that receives the video frame from the YARP backend. More... | |