Missing Opencv wheel for Jetpack 6 CUDA 12.6

Hi, in jp6/cu126 index there is only one wheel available for opencv_contrib_python-4.12.0-cp310-cp310-linux_aarch64.whl, unlike in cu128 and cu129 where there are two, the contrib one and the opencv. Where can i find the suitable for CUDA 12.6 in Jetpack 6.2.1?

Thanks in advance

Hi,

You can build it from the source.
Below is the building script for your reference:

Thanks.

Thanks for the fast reply! Also sorry, i am new working with things like this. Do I understand correctly that changing the version and the different parameters of the cmake command in the script line 52 is what i should do? Thanks in advance

Hi

The script is for the Orin series (sm=8.7) so you don’t need to change the configuration.
It should work by default in your environment.

Thanks.