Course Demo
updated Aug. 2, 2021

Warning

The Camera2 API is deprecated in place of the new CameraX API. Which essentially means this course is deprecated.




~

Source Code

In this course you'll learn how to build a custom camera app (from scratch) with Androids "Camera2" API.

Building a custom camera is very difficult. Mainly because there's so many different screen sizes and aspect ratio's to watch out for.

I'll walk you through the process, step-by-step, so you can build an excellent camera application that accommodates all screen sizes.

Here's some of the topics that we'll look at in detail:

  1. Full-Screen Preview
  2. Capture Photos
  3. Draw on Photos
  4. Add Stickers
  5. Save Photos
  6. Camera2 API





Comments