摘要: https://raw.githubusercontent.com/zhiwehu/Python-programming-exercises/master/100%2B%20Python%20challenging%20programming%20exercises.txt 100+ Python 阅读全文
posted @ 2022-09-05 17:35 mingtian是吧 阅读(64) 评论(0) 推荐(0)
摘要: import cv2 as cv import sys import time # 指定视屏存储解码格式 fourcc = cv.VideoWriter_fourcc(*'XVID') out = cv.VideoWriter('out.avi', fourcc, 20.0, (640, 480)) 阅读全文
posted @ 2022-09-05 17:11 mingtian是吧 阅读(26) 评论(0) 推荐(0)