摘要:
先上代码,注意使用python3运行 #!/usr/bin/env python3 # coding=utf-8 from cv2 import cv2 cap = cv2.VideoCapture(0) while True: ret, frame = cap.read() cv2.imshow( 阅读全文
摘要:
CEF调试符号下载地址,CEF pdb下载地址 https://cef-builds.spotifycdn.com/index.html#windows32 阅读全文