#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <qvcore/qvapplication.h>
#include <qvcameras/qvmplayercamera.h>
#include <qvgui/qvgui.h>
Go to the source code of this file.
This program will receive a path or url to a video file, and then will read each frame and show each YUV channel in a canvas window.
./video-player --URL=<path or url to video>
URL | Video source identificator. See dynamic property URL for QVMPlayerCamera. |
Definition in file video-player.cpp.