gstreamer/tests/examples/gl/qt
Olivier Crête 487a2202d3 tests: Remove deprecated GTimeVal
GTimeVal won't work past 2038
2019-12-18 18:20:25 +00:00
..
mousevideooverlay tests: Remove deprecated GTimeVal 2019-12-18 18:20:25 +00:00
qglwidgetvideooverlay tests: Remove deprecated GTimeVal 2019-12-18 18:20:25 +00:00
qglwtextureshare Remove autotools build system 2019-10-13 14:15:43 +01:00
videooverlay examples: gl: remove old and broken vs solution files 2018-09-19 10:54:25 +01:00
README examples: port GL/Qt examples to Qt5 2017-12-09 19:31:47 +00:00

--- Description of the Qt examples ---

- videooverlay:
Show how to use the videooverlay interface through Qt.
The video is displayed as normal 2D scene.
The window is dynamically resized to have the same size as the original video.

- mousevideooverlay:
Show how to use the videooverlay interface through Qt.
The cube is rotating when moving the mouse (+ click maintained)

- qglwidgetvideooverlay:
Show how to use the videooverlay interface through Qt.
The cube is rotating automatically into a QGLWidget


--- How to build the Qt examples ---

sudo apt-get install g++ libqt5-dev

cd qglvideooverlay
qmake
make
./debug/qglvideooverlay