android-custom-camera-with-live-filter
android-custom-camera-with-live-filter copied to clipboard
Android camera app, with instagram type filters
Android Live Filters Camera
A Simple, Custom Camera With Live Filters
ScreenShots
Screenshots coming soon...
Features
- 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:
- Clone this repository.
- Install Android Studio.
- Import the project into Android Studio:
- Open Android Studio
- Click
Open an existing Android Studio project
- Select the project
- Android Studio will import the project and Gradle will build the project.
- Run the application:
- Click
Run > Run 'app'
- After the project builds you'll be prompted to build or launch an emulator.
- Click
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 :raised_hands: