PARP Research Group University of Murcia, Spain


examples/videoPlayer/videoPlayer.cpp File Reference

Simple example of image input/output from a video file, to a canvas window. More...

Go to the source code of this file.


Detailed Description

Simple 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.

Usage of the program.

Once installed the QVision, compile using the qmake and make tools:
 # qmake; make 
Execute the application with the following line:
 ./videoPlayer --URL=<source video identifier string> 
For example:
 ./videoPlayer --URL=http://perception.inf.um.es/public_data/videos/misc/minuto.avi 
See section Video source identifier URL formats for further info about the format and types of source video identifier strings.
Author:
PARP Research Group. University of Murcia, Spain.

Definition in file videoPlayer.cpp.




QVision framework. PARP research group, copyright 2007, 2008.