Hi ALL
I finished the flash jetpack 4.4.1, and there is Opencv 4.1.1 pre-install, but it doesn’t compile with CUDA support. How can I fix that problem?
Thx
Hi ALL
I finished the flash jetpack 4.4.1, and there is Opencv 4.1.1 pre-install, but it doesn’t compile with CUDA support. How can I fix that problem?
Thx
You can try this script, it has enabled CUDA compute capability 6.2 for TX2 as default: GitHub - mdegans/nano_build_opencv: Build OpenCV on Nvidia Jetson Nano
Thx, that is very helpful