Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 483 Bytes

File metadata and controls

13 lines (9 loc) · 483 Bytes

Download OpenCV SDK for Android

To build the app you should have OpenCV library. You can download OpenCV library for Android from here. More on OpenCV for Android can be found here.

Add OPENCV_DIR environment variable

Before building the app make sure to export OPENCV_DIR environment variable by the following command.

echo 'export OPENCV_DIR=~/OpenCV-android-sdk/sdk/native/jni' >> $HOME/.zshrc