Make Opencv compiled CUDA on Jeston TX2

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

1 Like

Thx, that is very helpful