I take the video path input from QFileDialog() in the main GUI window. do you know how to feed this path to be captured in the Qthread cv2.capture()

后端 未结 0 1565
别跟我提以往
别跟我提以往 2020-12-06 05:29

class CamVideoThread(QThread): change_pixmap_signal = pyqtSignal(np.ndarray)

def run(self):
    # capture from path file
    cap = cv2.VideoCapture(\'videos/v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题