捕捉摄像视频画面

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
相关文章
相关标签/搜索