I'm trying to to get OpenCV with CUDA to be used in Python open-cv on Arch Linux, but I'm not sure how to link it.
Arch provides a package opencv-cuda, which provides these files.
Guides I've found said to link the python cv2.so to the one provided, but the package doesn't provide that. My python site_packages has cv2.abi3.so in it, and I've tried linking that to core.so and cvv.so to no avail.
Do I need to build it differently to support Python? Or is there another step I'm missing?