Sending Opencv Images(Mat format) or videos to Qml(Qt Quick side) continuously.
In this project, I am sending video to Qml side by decoding in another thread(QThread) not in the main thread like the previous project. Streaming and doing all opencv stuff in main(gui) thread is not safe.
Another way to send Opencv Mat Images to Qml Side. Check the video for details.
Screen Recorder Project with OpenCV and C++ on Ubuntu