https://github.com/mdegans/nano_build_opencv
Build OpenCV on Nvidia Jetson Nano
https://github.com/mdegans/nano_build_opencv
Last synced: 2 months ago
JSON representation
Build OpenCV on Nvidia Jetson Nano
- Host: GitHub
- URL: https://github.com/mdegans/nano_build_opencv
- Owner: mdegans
- License: mit
- Created: 2019-05-01T18:05:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T01:20:37.000Z (over 2 years ago)
- Last Synced: 2025-03-28T13:11:08.581Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 72.3 KB
- Stars: 530
- Watchers: 17
- Forks: 205
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCV build script for Tegra
This script builds OpenCV from source on Tegra (Nano, NX, AGX, etc.).
Related thread on Nvidia developer forum
[here](https://devtalk.nvidia.com/default/topic/1051133/jetson-nano/opencv-build-script/).[How it Works](https://wiki.debian.org/QemuUserEmulation)
## Usage:
```shell
./build_opencv.sh
```## Specifying an OpenCV version (git branch)
```shell
./build_opencv.sh 4.4.0
```Where `4.4.0` is any version of openCV from 2.2 to 4.4.0
(any valid OpenCV git branch or tag will also attempt to work, however the very old versions have not been tested to build and may require spript modifications.).**JetPack 4.4 NOTE:** the minimum version that will build correctly on JetPack 4.4 GA is 4.4.0. Prior versions of JetPack may need the CUDNN version adjusted (the `-D CUDNN_VERSION='8.0'` line can simply be removed).