摘要: from camera import cv2 as cv cap = cv.VideoCapture(0) define the codec and create VideoWriter object fourcc = cv.VideoWriter_fourcc(*'XVID') out = cv. 阅读全文