OpenCV + python — grab frames from a video file

后端 未结 2 1095
不思量自难忘°
不思量自难忘° 2021-01-31 12:46

I can\'t seem to capture frames from a file using OpenCV -- I\'ve compiled from source on Ubuntu with all the necessary prereqs according to: http://opencv.willowgarage.com/wik

2条回答
  •  半阙折子戏
    2021-01-31 13:14

    You don't have the gstreamer-ffmpeg or gsteamer-python or gsteamer-python-devel packages installed. I installed all three of them. and the exact same problem was resolved.

提交回复
热议问题