hello,friends. I am new on Jetson TK1 with OpenCV4Tegra installing.There is a problem blocking me. i have flashed the cuda6.5 as well as toolkit and downloaded the JetPack 1 with libopencv4tegra_2.4.9.1_armhf.deb and libopencv4tegra-dev_2.4.9.1_armhf.deb. When
i use dpkg -i to install them ,it shows dependency problems that libopencv4tegra depends on cuda-core-libs-6-0 and cuda-extra-libs-6-0 .So i can’t install opencv on Jetson Tk1.But i just follow the steps on “installing opencv on jetson” of elinux-jetson tk1[url][/url] pages. Any friends pls give me some directions? appreciate very much.
Since you installed CUDA 6.5, you need the correct OpenCV that is built for 6.5
Try this on the Jetson TK1…
wget http://developer.download.nvidia.com/embedded/OpenCV/L4T_21.1/libopencv4tegra-repo_l4t-r21_2.4.10.1_armhf.deb
sudo dpkg -i libopencv4tegra-repo_l4t-r21_2.4.10.1_armhf.deb
sudo apt-get update
sudo apt-get install libopencv4tegra libopencv4tegra-dev
It seems that this is an issue with the new release of OpenCV4Tegra-- see https://devtalk.nvidia.com/default/topic/790032/embedded-systems/opencv4tegra-for-l4t-has-problem/ for the discussion