Skip to content

Instantly share code, notes, and snippets.

@jetsonhacks
Last active June 21, 2023 23:02
Show Gist options
  • Save jetsonhacks/7a84e3c4b7c3b7fc25d8 to your computer and use it in GitHub Desktop.
Save jetsonhacks/7a84e3c4b7c3b7fc25d8 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Get and install OpenCV for Tegra
# Linux for Tegra (LT4) 21.1 and CUDA 6.5 *must* be installed on the Jetson before installation!
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
@Wesley-Lin
Copy link

Hi Jetsonhacks,

I also have the issue, can you get me some advises ?
My release is R21.3.

Thanks
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment