#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <QDebug>
#include <QVApplication>
#include <QVMPlayerCamera>
#include <QVGUI>
#include <QVImageCanvas>
#include <QVComponentTree>
#include <qvip/qvip.h>
Go to the source code of this file.
The program is designed using three different workers, that share thread safe data and synchronize themselves, so all of them iterate one time over each input frame. Follows the data flow scheme for these workers:
./roroscoper --URL=<path or url to video>
URL command line parameter should contain the name of a video file, or a video source identificator. See QVMPlayerCamera for details about video source identificators.
Definition in file rotoscoper.cpp.