摘要: 在以下地址下载扩展 VirtualBox 6.1.16 Oracle VM VirtualBox Extension Pack https://www.virtualbox.org/wiki/Downloads 然后再虚拟机窗口 管理->全局设定->扩展->点击加号,添加下载的扩展插件 然后重启虚拟 阅读全文
posted @ 2020-12-04 17:47 广林 阅读(1835) 评论(0) 推荐(0) 编辑
摘要: 先上代码,注意使用python3运行 #!/usr/bin/env python3 # coding=utf-8 from cv2 import cv2 cap = cv2.VideoCapture(0) while True: ret, frame = cap.read() cv2.imshow( 阅读全文
posted @ 2020-12-04 17:35 广林 阅读(866) 评论(0) 推荐(0) 编辑
摘要: CEF调试符号下载地址,CEF pdb下载地址 https://cef-builds.spotifycdn.com/index.html#windows32 阅读全文
posted @ 2020-12-04 16:17 广林 阅读(277) 评论(0) 推荐(0) 编辑