/frog

Android eventwork

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

frog

Frog

Frog is an Android app which lets you use an event-camera that is connected via USB to the phone. You can then parse the events with your own C++ code or use the Tarsier toolbox.

Installation

It's easiest to use Android Studio, for superb support of both Java and C++ code and the Gradle build tool. Alternatively, run gradlew clean build from the command line and install the .apk file under app/build/outputs/apk/release/ manually.

Test

Java code is backed up by Robolectric. This does not include any C++ code for the moment.

Master Branch build status: Build Status

Contribute

Simply open up a pull request from your fork. This repo will stay free of actual C++ algorithms for the moment.

License

See the LICENSE file for license rights and limitations (GNU GPLv3).