Ask Your Question

Revision history [back]

Hello,

So I have tried to reinstall openCV on Cygwin with update versions of ffmpeg-2.0 and openCV-2.4.6.1. I have followed all this tutorial http://hvrl.ics.keio.ac.jp/kimura/opencv/

But during the 4th step, when I did

make install

I had this error

CMakeFiles/opencv_highgui.dir/src/cap_dshow.cpp.o:cap_dshow.cpp:(.text$_ZN10videoInput23ShowFilterPropertyPagesEP11IBaseFilter+0x37): undefined reference to `IID_ISpecifyPropertyPages'

First time, I tried install OpenCV on Cygwin, I had this error too. I fixed it by adding the following line on cap_dshow.cpp :

DEFINE_GUID(IID_ISpecifyPropertyPages,0xb196b28b,0xbab4,0x101a,0xb6,0x9c,0,0xaa,0,0x34,0x1d,0x7);

Maybe, it was not a good idea and it is for this reason that my installation of openCV was not good.

Does anyone know this kind of error and how to fix it more properly?

Thanks for your help.

Charlotte.