buildOpenCV
buildOpenCV copied to clipboard
Scripts for build OpenCV on the NVIDIA Jetson Nano Developer Kit
like your youtube blog for the jetson nano, so i thought i post the link i found to another script. may you want to cross-check if there is something clever...
Fixes #XX **Description** **Other information** **Checklist:** - [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). - [ ] My pull request targets...
Fixed the PACKAGE_OPENCV parameter substitution for the CMAKE command line. **Description** Parameter expansion of the variable PACKAGE_OPENCV was not handled properly when generating the CMake command line preventing Debian packages...
**Description** I upgrade OpenCV version from 4.1.1 to 4.3.0, and adding OpenCV CUDA dnn dependencies in cmake command. Moverover, I also added `OPENCV_GENERATE_PKGCONFIG` flag.
- update dependencies (apt-get) for latest jetpack image - add WITH_V4L=ON - builds faster with all CPU - don't skip install at the end
Should be: `$ gcc -std=c++11 $(pkg-config --cflags opencv) $(pkg-config --libs opencv) gstreamer_view.cpp -o gstreamer_view -lstdc++ -lopencv_core -lopencv_highgui -lopencv_videoio`
**Describe the issue** When I am trying to build gstreamer_view.cpp using the given command I received the following error: Package opencv was not found in the pkg-config search path. Perhaps...