![]() |
University of Murcia ![]() |
examples/videoPlayer/videoPlayer.cpp File ReferenceSimple example of image input/output from a video file, to a canvas window. More...
Go to the source code of this file. Detailed DescriptionSimple example of image input/output from a video file, to a canvas window.This program will display in an image canvas the contents of a video file or the input from a video resource. UsageOnce installed the QVision, compile using the qmake and make tools: # qmake; make
./videoPlayer --URL=<source video identifier string>
./videoPlayer --URL=http://perception.inf.um.es/public_data/videos/misc/minuto.avi
Definition in file videoPlayer.cpp. |