![Logo](/ThePhoneProject/advanced-android-camera/raw/main/logo.png)
project_description
Explore the docs »
View Demo on YouTube
·
Report Bug
·
Request Feature
Table of Contents
We all know that camera quality is important when choosing and using a phone - 71% of people said so in this poll. The sensor and SoC/ISP hardware is only part of the story. Incumbent manufacturers maintain their own highly advanced camera apps - this acts as a moat, making it harder for smaller companies to compete on the smartphone market, because they have to build an amazing camera app from scratch.
The lack of advanced open-source camera apps limits competition in the smartphone market, and makes it harder for new smartphone manufacturers to start up. Commercial licenses are available to manufacturers which can include customisations and hardware-integrations.
If we, the Phone Enthusiast Community, are able to build a great open-source camera app, it’ll open up the smartphone industry as a whole, and make niche phones more viable.
- ![Kotlin][kotlinlang.org]
- [https://developer.android.com/jetpack](Jetpack Compose)
- https://ai.google.dev/edge/litert (previously known as Tensorflow Lite)
This is an Android codebase, built using Google Android development tools and SDKs, therefore Google's documentation should cover many aspect of getting started with this project.
- Android Development environment: Many people use Android Studio. More experienced and/or CLI developers will find ways that work for their operating system release and needs.
- Clone the repo
git clone https://github.com/ThePhoneProject/advanced-android-camera.git cd advanced-android-camera
- Build and install a debug release
Connect an Android phone with developer mode enabled or configure an Android Virtual Device (AVD)
gradlew installDebug
- Start the camera app on the device
Experiment with the user interface and take photos and video recordings.
For more examples, please refer to the Documentation
- Modes
- Photo
- Press and hold to record video
- Video
- Photo
- Auto Focus
- General
- with Touch to Focus Override
- Zoom
- Preset buttons
- Slide between
- Pinch
- Auto-Switch between cameras
- Auto Exposure
- Front/Rear Camera Selection
- Flash On/Off/Auto
- [Added] Aspect Ratio selection
- [Added] QR Code Scanning
- [Added] Basic Settings Drawer
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Please use https://gitmoji.dev/ in your commit messages, examples are available at https://github.com/carloscuesta/gitmoji.
If you have a suggestion that would make this better, please fork the repo and create a pull request using your github username as the first part of the name of your branch. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b your-github-username/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature and, as appropriate, tag the project issue raised for the work'
) - Push to the Branch (
git push origin your-github-username/AmazingFeature
) - Open a Pull Request
Distributed under the project_license. See LICENSE.txt
for more information.
Joseph Reeve - @isnit0
Project Link: https://github.com/ThePhoneProject/advanced-android-camera