VideoCapture Does Not Work in Anaconda

后端 未结 7 909
谎友^
谎友^ 2020-12-09 12:58

I am using ubuntu 14.04, and have anaconda python installed. I used conda install opencv and conda install cv2 to install opencv. However I am unable to use the VideoCapture

7条回答
  •  甜味超标
    2020-12-09 13:27

    Use conda-recipes to install ffmpeg.

    git clone https://github.com/conda/conda-recipes.git

    cd conda-recipes

    conda build x264

    conda build ffmpeg

    See also here.

提交回复
热议问题