error in installation of openCV -3.3.0 on mint 18.2.

asked 2017-11-21 22:55:43 -0600

after i download open CV and try to build it using the cmake command the entire process frezzes midway. here is the last few lines after which the process stops. Please Help

-- Looking for linux/videodev2.h

-- Looking for linux/videodev2.h - found

-- Looking for sys/videoio.h

-- Looking for sys/videoio.h - not found

-- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'

-- Found libavcodec, version 56.60.100

-- Found libavformat, version 56.40.101

-- Found libavutil, version 54.31.100

-- Found libswscale, version 3.1.101

-- Checking for module 'libavresample'

-- No package 'libavresample' found

-- Checking for module 'libgphoto2'

-- No package 'libgphoto2' found

-- IPPICV: Download: ippicv_2017u2_lnx_intel64_20170418.tgz

/* after this line nothing happens . */

edit retag flag offensive close merge delete

Comments

1

try to disable the ipp lib with:

cmake -DWITH_IPP=OFF

it won't try to download it then, though you'll miss some optimizations.

berak gravatar imageberak ( 2017-11-22 00:37:19 -0600 )edit