Hi,
I just flashed PX2 today with the latest released DriveInstall. Now we have cuda9 installed on PX2. Is there any opencv compilation instruction for Tegra with cuda 9?
Or can I install both cuda 8 and 9 on PX2 and compile opencv against cuda 8?
Thanks!
Any news regarding this topic? We also need opencv on the drive-PX2 and like to use the most-recent DriveInstall version (5.0.5.0a)
Best regards,
Felix
Dear Felix,
Did you try the opencv build instructions provided at https://devtalk.nvidia.com/default/topic/1019937
Hello SivaRamaKrishna,
Yes, but the instructions from your link are not working (but they were working for OpenCV 3.1 with Cuda 8.0, we used your information with the drive-install version 4.1.8)
The informations on the following two links helped us and solved the problem:
https://stackoverflow.com/questions/46584000/cmake-error-variables-are-set-to-notfound
Finaly, we got OpenCV up and running with Cuda 9.0 on the Drive-PX2
Hello,
I tried to install OpenCV 3.x w/ CUDA 9.2 with the above mentioned links (and others found in this forum regarding the DPX2, taking into account necessary changes during the cross compilation step for the location of CUDA paths), but I have not been successful.
Is there an up to date tutorial for this?