摘要: 首先在命令中安装opencv: pip install opencv-python 然后打开notebook: jupyter notebook 建立文件,写入如下代码: import cv2 capture = cv2.VideoCapture(0) while(True): # 获取一帧 ret 阅读全文
posted @ 2019-03-11 15:49 大浪淘沙、 阅读(2415) 评论(0) 推荐(0)