pip3 install opencv-python. 安裝好之後,我們直接來看程式碼的部份。 # -*- coding: utf-8 -*- import cv2 cam = cv2.VideoCapture(0) while True: ...
確定! 回上一頁