Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 979 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 979 Bytes

Image-Capture

Android project with Camera X Api for Image Capture.

The user can toggle between the front or back camera, select flash mode, and adjust the exposure luminosity of the camera

Captured image will be saved in the app's private storage

Technologies Used

  • Navigation Component: To navigate between fragments
  • Koin: For Dependency Injection
  • Permission Manager: Manage Camera Permission while using the app
  • Android Lifecycle: Performing threading operation with lifecycle awareness
  • Camera X: Jetpack Library to use the camera of Android phone for recording video

Screenshots

2. Permission Handler

The app will check that all required permissions are granted

2.1 Camera Permission Request

3. Camera