How can we apply effects like a sepia filter to our camera images?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Get a Basic idea in this url
http://www.riagora.com/2010/07/android-air-and-the-camera/
and then refer android graphics which helps you to know about BlurMaskFilter and color Filter and so on..
http://developer.android.com/reference/android/graphics/package-summary.html.
After getting the basic idea from the first url, try to apply these filter in that.