Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 304 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 304 Bytes

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.