Last active
March 3, 2016 09:02
-
-
Save hyer/05413981208f6105b873 to your computer and use it in GitHub Desktop.
You should download the deb files for TK1 from: http://developer.download.nvidia.com/embedded/OpenCV/L4T_21.2/libopencv4tegra-repo_l4t-r21_2.4.10.1_armhf.deb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install the opencv4tegra for TK1 with the system version of 21.2. | |
sudo dpkg -i libopencv4tegra-repo_l4t-r21_2.4.10.1_armhf.deb | |
sudo apt-get update | |
sudo apt-get install libopencv4tegra libopencv4tegra-dev libopencv4tegra-python -y # note that libopencv4tegra-python is diff from python-opencv, it's not compatible with python-opencv. | |
# install additional packages | |
# sudo apt-get install python-opencv | |
# sudo apt-get install python-scipy python-numpy python-matplotlib | |
# wget https://bootstrap.pypa.io/get-pip.py | |
# sudo python get-pip.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment