/qt-video-player

Example code for playing videos with Qt/QML (QMultimedia, VideoOutput) and OpenCV

Primary LanguagePythonMIT LicenseMIT

Qt Video Player

Example code for playing videos with Qt/QML

Usage

1-1. Run with Docker (Recommend)

You can use the docker image that we already build, as below

$ docker pull kakalin/qt:5.12.0

If you want to build if from scratch, please check here

And then running with docker:

$ ./docker-run.sh

If you have some issues with using it, please check here or here, please check here or here

1-2. Run with local Qt

Please install Qt/QML on your local machine.

Runing the Example

Running the relate example as below:

Acknowledgements