会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
烟酒忆长安
博客园
首页
新随笔
联系
管理
订阅
2020年12月8日
python实现简单的视频传输与处理
摘要: 1. opencv从摄像头抽帧 camera = cv2.VideoCapture(0) if camera.isOpened(): success, frame = camera.read() if success: print('capture success') 2. RGB转YUV编码,JP
阅读全文
posted @ 2020-12-08 12:59 烟酒忆长安
阅读(3606)
评论(0)
推荐(1)
公告