import cv2 cap = cv2.VideoCapture(0) def rescale_frame(frame, percent=75): width = int(frame.shape[1] * percent/ 100) height ...
確定! 回上一頁