Last active
June 21, 2023 23:02
-
-
Save jetsonhacks/7a84e3c4b7c3b7fc25d8 to your computer and use it in GitHub Desktop.
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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Jetsonhacks,
I also have the issue, can you get me some advises ?
My release is R21.3.
Thanks
Regards