meetAndEgg

Results 1 issues of meetAndEgg

Im trying to show frames from grap in pyqt gui, here is my current code ```python res = self.cap.RetrieveResult(1000) if res.GrabSucceeded(): image = converter.Convert(res) frame = image.GetArray() frame = cv2.cvtColor(cv2.resize(frame,...