pyqt5-cv2-multithreaded icon indicating copy to clipboard operation
pyqt5-cv2-multithreaded copied to clipboard

基于pyqt5和opencv的多线程图像(视频)处理

Results 3 pyqt5-cv2-multithreaded issues
Sort by recently updated
recently updated
newest added

hey were you ever able to solve thread pause and resume?

https://github.com/flytocc/pyqt5-cv2-multithreaded/blob/master/CaptureThread.py#L63 应该 `break` 而不是 `continue` 吧,本地视频播放到头的话应该跳出 `while`,否则会陷入无限死循环。

hello I need run this project on raspberry pi 3 model B I have install opencv 3.1.0 and python2.7 and python3 please help