Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.68 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.68 KB

README.md

CameraX

Introduction

The app showcases advanced camera functionalities, integrating both photo and video capture with seamless user interaction.

Installation

Prerequisites

  • Android SDK
  • Android Studio (for building and installing the application)
  • An Android device or emulator running Android SDK version 21 (Lollipop) or higher

Steps

  1. Clone the repository:
    git clone https://github.com/vuvnguyen95/CameraX.git
  2. Open the project in Android Studio.
  3. Build the project by navigating to Build -> Build Bundle(s) / APK(s) -> Build APK(s).
  4. Install the APK on your Android device or emulator.

Usage

  • Photo Capture Mode: Allows users to take high-quality photos.
  • Video Capture Mode: Enables video recording with start and stop controls.
  • Swipe Navigation: Users can easily switch between photo and video modes by swiping left or right.
  • Dynamic UI Updates: The UI reflects the current mode and recording status, providing clear user feedback.

Contributing

Contributions to the CameraX app are welcome! Whether it's bug fixes, new features, or improvements to existing features, we appreciate your help.

To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

Authors and acknowledgment

Thank you to all the contributors who have helped to make CameraX a better app!

Additional Notes:

  • GitHub Repository URL: https://github.com/vuvnguyen95/CameraX.git.
  • Contact Email: [email protected].