摘要:
1、安装ffmpeg brew install ffmpeg 2、查看本机设备 ffmpeg -devices % ffmpeg -devices ffmpeg version 5.1 Copyright (c) 2000-2022 the FFmpeg developers built with 阅读全文
posted @ 2022-08-24 14:27
代码诠释的世界
阅读(2220)
评论(0)
推荐(0)
摘要:
参考链接: http://events.jianshu.io/p/2405999c7c88 阅读全文
posted @ 2022-08-24 14:13
代码诠释的世界
阅读(84)
评论(0)
推荐(0)
摘要:
1、代码 # -*- coding:utf8 -*- import cv2 as cv cap = cv.VideoCapture(0) while (True): hx, frame = cap.read() if hx is False: print('read video error') ex 阅读全文
posted @ 2022-08-24 11:55
代码诠释的世界
阅读(392)
评论(0)
推荐(0)

浙公网安备 33010602011771号