VideoCapture(0) while True: # 读取摄像头中的图像 ret, frame = cap.read() # 在窗口中显示图像 cv2.imshow('Camera', frame) # 通过按下ESC键退出 ...
確定! 回上一頁