Awesome
Custom Camera Filters
Custom camera filters has multiple filters, you can capture image and add filters
Features
- Capture image using cameraX
- Add filters from filter library
- Save image after applying filters
Preview
Getting Started
Custom camera filter can capture image from camera and also pick image from gallery. After capturing image user can add filters from filter library. Custom camera filter has 15 filters. User can save image after applying filters.
Prerequisites
Android Studio IDE setup
For development, it requires Android studio version 3.5
or above. The latest version can be downloaded from here.
Permissions used
Requested only when needed
CAMERA
: requires for accessing the camera.(default disabled).
How to setup project?
-
Clone this repository in a location of your choice, like your projects folder, using this command
"git clone https://github.com/SimformSolutionsPvtLtd/SSCustomCameraControl.git"
over terminal. -
Start Android Studio and go File/Open select project folder.
-
It will take some time to build and download Gradle dependencies.
-
Once completed, there will be a message that says
"BUILD SUCCESSFUL"
. -
Yup! You are all set now. To run just hit ► the (run) button. 🚀
Find this sample useful? ❤️
Support it by joining stargazers for this repository.⭐
🤝 How to Contribute
Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! 💪 Check out our Contributing Guide for ideas on contributing.
Bugs and Feedback
For bugs, feature requests, and discussion please use GitHub Issues.
License
Copyright 2021 Simform Solutions
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.