捕捉攝像視頻畫面

import cv2   cap = cv2.VideoCapture(0) while True:     ret,frame = cap.read()     cv2.imshow('capture', frame)     if cv2.waitKey(1)==ord('p'):         cv2.imwrite(r'C:\Users\ngwdy\Desktop\shexiang1.j
相關文章
相關標籤/搜索