Compile Opencv With IEEE Support

148 Views Asked by At

System: Mac OS 10.13 Opencv 3.4.7 Libdc1394-2.2.6

I need to build Opencv from source with Cmake GUI to be used with Python 3.7, and under "DC1394" after configuring it, it states "No"

I have installed Libdc1394 with the "./configure && make, && make install" command and can verify the location of the files, but Cmake still can not found the library.

What else can be done to compile Opencv with DC1394?

0

There are 0 best solutions below