We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have been following the steps detailed here : https://github.com/econsystems/opencv/blob/master/Documents/OpenCV_Installation_Windows_Manual_v1.7.pdf
However when I try to build opencv step 6. 4. I get the following error:
LNK2001 unresolved external symbol IID_IAMVideoControl opencv_world C:\Program Files\opencv-4.5.5\build\modules\world\cap_dshow.obj
I am under windows 10 and have added the direct show header to to the project as well as the strmiids.lib to the property manager.
What else needs to be done ?
Thank you
The text was updated successfully, but these errors were encountered:
I had the same issue in Ubuntu 20.04, I fix it executing: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Sorry, something went wrong.
No branches or pull requests
Hello,
I have been following the steps detailed here : https://github.com/econsystems/opencv/blob/master/Documents/OpenCV_Installation_Windows_Manual_v1.7.pdf
However when I try to build opencv step 6. 4. I get the following error:
LNK2001 unresolved external symbol IID_IAMVideoControl opencv_world
C:\Program Files\opencv-4.5.5\build\modules\world\cap_dshow.obj
I am under windows 10 and have added the direct show header to to the project as well as the strmiids.lib to the property manager.
What else needs to be done ?
Thank you
The text was updated successfully, but these errors were encountered: