Replies: 2 comments 1 reply
-
@mpromonet would really appeciate your thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @iqbal-h You need to add include path of opencv, something like Best Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When I add some header that is not part of webRTC, an error occurs at make.
For example, I want to add opencv in desktopcapturer.cpp.
In the CMakeList.txt, I added find_package(OpenCV REQUIRED). It successfully adds the path in CMakeCache.txt:
When I run make, following error occurs:
However, when I replace the include in desktopcapturer.cpp with
#include "/usr/local/include/opencv4/opencv2/opencv.hpp"
, on make, it recognizes the include. However, it starts throwing error on the includes inside opencv.hpp:There is no end to fixing these fully qualified paths.
How to fix this?
Beta Was this translation helpful? Give feedback.
All reactions