Errors while installing OpenCV and FFMPEG through Rightscripts

前端 未结 3 700
逝去的感伤
逝去的感伤 2021-01-07 00:37

I am writing a RightScript to install OpenCV-2.3.1 on a linux server. I am using FFMPEG package: ffmpeg-0.7-rc1

I am doing exactly whatever I did while installing i

3条回答
  •  花落未央
    2021-01-07 00:54

    I don't need ffmpeg since I do only identify images, so use this option to skip combile Video module:

    make -DWITH_FFMPEG=OFF xxxxxx

提交回复
热议问题