Skip to content

NicoletFEAR/FearVision

Repository files navigation

FearVision

Android-based Vision System

Prepare Android Studio for this project

  1. OpenCV
  1. Install NDK
  • Go to Project Structure, click "Download" under Android NDK Location
  • Copy the NDK path (typically: C:\Users\fear8\AppData\Local\Android\Sdk\ndk-bundle) and add it to the PATH Environmental Variables
  • This project requires the MIPS libraries from the 16b NDK. Download this and copy the two MIPS libraries from the 16b NDK and copy them into the local NDK path https://developer.android.com/ndk/downloads/older_releases
  • Restart Android to have the NDK changes updated
  1. You might need to add the JDK to Path and/or JDK path to JAVA_HOME variable

Install ADB on the RoboRIO

https://github.com/NicoletFEAR/RIOdroid/blob/master/release/RIOdroid%20v0.1.2.zip Unzip RIOdroid v0.1.2.zip and follow the instructions in the README

Having trouble?

Open the Terminal in Android Studio (Alt+F12 in Windows).

  1. cd app/src/main/jni
  2. ndk-build V=1 (This will tell you why the build is failing)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published