Skip to content

mTulsiram/android-custom-camera-with-live-filter

 
 

Repository files navigation

Android Live Filters Camera

A Simple, Custom Camera With Live Filters

ScreenShots

Screenshots coming soon...

Features

Codacy Badge

  • Custom Android Camera Application
  • Live Filters shown at the same time the user is using the camera

Getting Started

Follow these instructions to build and run the project:

  1. Clone this repository.
  2. Install Android Studio.
  3. Import the project into Android Studio:
    1. Open Android Studio
    2. Click Open an existing Android Studio project
    3. Select the project
  4. Android Studio will import the project and Gradle will build the project.
  5. Run the application:
    1. Click Run > Run 'app'
    2. After the project builds you'll be prompted to build or launch an emulator.

Build with gradle

If you do not have Android Studio, but you have Gradle installed, you can build your app with gradle directly:

OS X & Linux:

./gradlew assembleRelease

Windows:

gradlew.bat assembleRelease

The output apk will be in /app/build/outputs/apk/release. Transfer the apk to your device and install it to use the application.

Contributors

Thank you to all the contributors who help in making this project better 🙌

About

Android camera app, with instagram type filters

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%