Skip to content

Instantly share code, notes, and snippets.

@hyer
Last active March 3, 2016 09:02
Show Gist options
  • Save hyer/05413981208f6105b873 to your computer and use it in GitHub Desktop.
Save hyer/05413981208f6105b873 to your computer and use it in GitHub Desktop.
# 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