Example code for playing videos with Qt/QML
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
Please install Qt/QML on your local machine.
Running the relate example as below:
- Thanks to Display cv::Mat as QVideoFrame in a QML VideoOutput for convert
cv::Mat
toQVideoFrame
part.