Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 607 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 607 Bytes

CameraXApp

A camera app, using CameraX to show a viewfinder, take photos and capture videos.

Features

  • adding the CameraX dependencies.
  • requesting the necessary permissions.
  • customizing the app icon.
  • displaying the camera preview in an activity.
  • taking a photo and saving it to storage.
  • analyzing frames from the camera in real time.
  • capturing video to MediaStore.

Based on Getting Started with CameraX by Google Codelabs (2022).