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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I followed steps as per the README.md file, and faced this error when I tried to build using make command:
make
home/../linux_camera_tool/src/../includes/isp_lib.h:30:10: fatal error: opencv4/opencv2/cudaobjdetect.hpp: No such file or directory 30 | #include <opencv4/opencv2/cudaobjdetect.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/leopard_tools.dir/build.make:102: CMakeFiles/leopard_tools.dir/src/extend_cam_ctrl.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/leopard_tools.dir/all] Error 2 make: *** [Makefile:84: all] Error 2
I currently have OpenCV=4.2.0 version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed steps as per the README.md file, and faced this error when I tried to build using
make
command:I currently have OpenCV=4.2.0 version.
The text was updated successfully, but these errors were encountered: