Next lesson playing in 5 seconds
Cancel- Overview
- Transcript
1.1 Introduction
In this lesson, I’ll introduce you to the Camera2 API. I’ll also give you a look at the app you’ll be creating in this course.
Related Links
1.Introduction2 lessons, 06:13
Free Lesson 1.1Introduction00:54
Free Lesson 1.2Project Setup05:19
2.Using the Camera2 API2 lessons, 26:08
2.1Create a Live Camera Preview12:19
2.2Capture Still Pictures13:49
3.Using Android GPUImage2 lessons, 10:44
3.1Create a Filter Interface06:01
3.2Apply Image Filters04:43
4.Conclusion1 lesson, 00:30
4.1Conclusion00:30
1.1 Introduction
If you go to Google Play and search for the keyboard camera, you're gonna find dozens of camera apps. Each of them allow users to either take photos in a novel manner, or do something unique with the photos. Have you ever wondered what goes into creating this type of apps, how much effort is required, or what APIs are involved? Well, this course should answer all those questions for you. I'm Ashraff Hathibelagal, and today we're gonna be creating a simple Android app that will not only allow users to take photos, but also apply various Instagram-like filters them. We'll be using the new and very powerful camera2 API, because the older API is now deprecated. Over the next 45 minutes or so, you're going to learn how to create a live camera preview, take a photo, apply various filters to it using a library called Android GPUImage, and finally save the modified photo. So when you're ready, just open the next lesson.