OpenCV CUDA on AGX XAVIER

Hello everyone,

As you know, opencv 4.4.1 that comes with jetpack is not supported by CUDA.

Therefore, ı want to install the current version of OpenCV supported by CUDA. Does anyone have a method on how to do this ?

I installed opencv 4.5.1. but when i run a simple application i get this error

Hi mehmetoglufrat,
Do you check that you read this image successfully? Maybe you can use

print(img)

to check your img.

1 Like