coding=utf-8 import cv2 # 新建一个VideoCapture对象,指定第0个相机进行视频捕获 cap = cv2.VideoCapture(0) # 一直循环捕获,直到手动退出 while ...
確定! 回上一頁