Esempio n. 1
0
 void run() {
     VideoCapture *vc = vthread->videoCapture();
     if (!vc)
         return;
     VideoFrame frame(vthread->displayedFrame());
     //vthread->applyFilters(frame);
     vc->setVideoFrame(frame);
     vc->start();
 }