Changelog
- Added jetson nano build with CUDA & CuDNN support
- Other configurations are unchanged since build 1
Build Configurations
linux-amd64-pc
: Generic 64-bit x86 Linux (glibc >= 2.31)linux-arm64-pc
: Generic 64-bit Arm Linux (glibc >= 2.31)linux-arm64-jetsonnano
: Jetson Nano running Ubuntu 20.04 or newer (glibc >= 2.31). Supports CUDA and CuDNNwindows-amd64-pc
: Generic 64-bit x86 Windows
Linux Install
Linux install command (will install to /opt/opencv-VERSION
):
sudo ./linux-arch-config.sh --prefix=/ --exclude-subdir
Windows Install
Download and run the exe. It will install to C:\opencv-VERSION
by default.
If you plan to use gstreamer, you will need to install it separately. Linux distributions will include packages. For windows, download the MSVC runtime package and run the installer (perform complete install in default location).