Python & OpenCV进阶:摄像头录影秘技大公开打开摄像头 import cv2capture = cv2.VideoCapture(0)while True:ret, frame = capture.read()frame = cv2.flip(fram1月前80