resizeWindow ("frame", 1600, 900) # 设置长和宽 cv2.imshow('frame', frame) if cv2.waitKey(1) & 0xFF == ord('q'): break cap.release() cv2.
確定! 回上一頁