Android-based Vision System
- Download http://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.1.0/OpenCV-3.1.0-android-sdk.zip/download
- Unzip OpenCV-3.1.0-android-sdk.zip (OpenCV-android-sdk)
- Create directory app/src/main/jniLibs
- Copy OpenCV-android-sdk/sdk/native/libs/* to app/src/main/jniLibs/
- Enable device admin
- Settings App > Security > Device Administrators > Click box 'on' for CheezDroid
- Enable device owner
- adb shell
- dpm set-device-owner com.team254.cheezdroid/.ChezyDeviceAdminReceiver
Download and run the install.osx.sh script in the installation folder. Note that this script has only been tested on Mac OS X; it hasn't been tested on Windows or Linux.