I’m working with a Jetson AGX Orin running JetPack 6.2 (Ubuntu 22.04), and I’m trying to build OpenCV with full CUDA support for GPU-accelerated computer vision tasks, but I didn’t able to do that.
Setup:
Device: Jetson AGX Orin 64GB
JetPack: 6.2
OS: Ubuntu 22.04
CUDA: 12.6 (preinstalled with JetPack)
Python: 3.10 (preinstalled)
OpenCV: 4.8.0 (preinstalled, but without CUDA support)
Any help with the installation process or troubleshooting tips would be greatly appreciated.
I used a Python script to check if CUDA was working, it returned True. However, when I first ran jtop, it showed that OpenCV with CUDA was not enabled (NO). After uninstalling the default OpenCV installed through the SDK, I saw that OpenCV was missing.