opencv error in windows server

asked 2018-09-30 23:28:06 -0600

Can openCV use in windows server?

I try to use openCV in windows server 2012 64bit OS.

but it need MediaFeaturePack. but MediaFeaturePack only windows10 version.

How to do with this problem?

thanks!

edit retag flag offensive close merge delete

Comments

you'll probably have to build from github src, and disable the MSMF capture, like

cmake -DWITH_MSMF=OFF
berak gravatar imageberak ( 2018-10-01 01:34:39 -0600 )edit