摘要: import cv2 import numpy as np capture = cv2.VideoCapture(0) capture_usb = cv2.VideoCapture(2) # 打开自带的摄像头 if capture.isOpened() and capture_usb.isOpene 阅读全文
posted @ 2023-01-03 15:22 bitterteaer 阅读(2170) 评论(0) 推荐(0) 编辑