初學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
相關文章
相關標籤/搜索