/perido

Perido is an experimental implementation of BEME's camera technology but for taking point-of-view-pictures.

Primary LanguageJavaMIT LicenseMIT

Perido is an experimental implementation of BEME's camera technology but for taking point-of-view-pictures.
You can read more about the concept here.

Building the App

First, clone the repo:

git clone https://github.com/tgrassl/perido.git

Android Studio (Recommended)

  • Open Android Studio and select File->Open... or from the Android Launcher select Import project (Eclipse ADT, Gradle, etc.) and navigate to the root directory of your project.
  • Select the directory or drill in and select the file build.gradle in the cloned repo.
  • Click 'OK' to open the the project in Android Studio.
  • A Gradle sync should start, but you can force a sync and build the 'app' module as needed.

Gradle (command line)

  • Build the APK: ./gradlew build

Running the App

Connect an Android device to your development machine.

Android Studio

  • Select Run -> Run 'app' (or Debug 'app') from the menu bar
  • Select the device you wish to run the app on and click 'OK'

License

Made for educational purposes only.
Code released under the MIT License.

Enjoy ⭐️