初学opencv02--摄像头定时截图

import cv2 import numpy as np print('------hello cv') cap = cv2.VideoCapture(0) index = 0 imgname = 0 while True: index = index +1 reg, img = cap.read() cv2.imshow('Camera', img) if
相关文章
相关标签/搜索