# nano_build_opencv **Repository Path**: ralf-git/nano_build_opencv ## Basic Information - **Project Name**: nano_build_opencv - **Description**: Build OpenCV on Nvidia Jetson Nano - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenCV build script for NVIDIA Jetson Nano This script builds OpenCV from source on Jetson Nano. 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.3.0 ``` Where `4.3.0` is any version of openCV from 2.2 to 4.3.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.).