在python3,opencv3下无法打开摄像头读取视频问题

在python3,opencv3下无法打开摄像头读取视频问题

原文地址: https://github.com/opencv/opencv/issues/8471

'''
For future reference:


If you have installed either one of the precompiled distributions opencv-python or opencv-contrib-python from pip there are a few things to note if you are using Linux or macOS (Windows builds have had video support always):


versions < 3.3.1.11 are not compiled with FFmpeg (macOS, Linux) and V4L (webcam support, Linux)
versions >= 3.3.1.11 have been compiled with FFmpeg and V4L
Changelogs are available for every release at the opencv-python package repository https://github.com/skvark/opencv-python/releases.
'''


重新安装最新版即可
https://github.com/skvark/opencv-python/releases
下载对应文件,https://pypi.python.org/pypi/opencv-python


sudo pip3 install opencv_python-3.4.0.12-cp35-cp35m-manylinux1_x86_64.whl

猜你喜欢

转载自blog.csdn.net/donghaiming111/article/details/80828822