/SendVideoToQmlWithQThread

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.

Primary LanguageC++

SendVideoToQmlWithQThread

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.