Libre Camera

A free and open source camera app for Android written in Flutter and Dart licensed under the GPLv3

Screenshots

Download

You can get Libre Camera on F-Droid by tapping on the badge below. Alternatively, download and install the apk directly from the GitHub releases page

Features

  • Take pictures and record videos with your rear and front camera
  • Privacy: No EXIF Metadata saved by default when taking pictures (enable optionally in settings) – and obviously no ads and tracking!
  • Themes: Material Design with a Dark, Light or system theme
  • Languages currently supported: English, German – Contribute translating your language!
  • Zoom: Zoom with 2 fingers or with an optional slider
  • Flashlight modes: On at capture, Off, Auto, Always on
  • Focus: Auto focus, locked focus and manual focus by touching the screen
  • Exposure: Auto exposure, locked exposure and manual exposure with an optional slider
  • Image compression: Set the compression amount in the settings
  • Resolutions: Switch between different camera resolutions
  • Save location: Choose your preferred save location
  • Small size (~21 MB)
  • Customizable: Open the settings to customize the app to your liking!

Roadmap

  • More supported languages (See Contributing below)
  • Feature: Add photo capture delay option
  • Feature: Add integrated QR-Scanner
  • Feature: Make focus and exposure controls collapsable
  • Feature: Add a capture sound as an option in settings (both for photo and video mode)
  • Feature: Add start capture at phone volume button press as an option in settings
  • New theme: Black Dark mode for AMOLED screens
  • Check tablet support
  • Your feature

Contributing

  • Translate

Currently supported languages: English, German

Get started:

  1. If not already supported (see above), request a new language by opening an issue on GitHub and I will add the necessary code for the second step
  2. Translate an already existing language (see below)

Translating guide: Go to the .arb file of the language you want to translate (for example, this file for German) and change the text inside the “” quotation marks. Use the English translation as a reference for the text to be translated to the target language.

Additionally, if you want to translate the local app name (default: “Libre Camera”), go to the strings.xml file of the language you want to translate (for example, this file for German and translate the “Libre Camera” text inside the string elements, like this German translation: <string name="AppName">Libre Kamera</string>

Send in your translated files as a Pull Request

  • Bug Reporting or a Feature Request

Open an issue on GitHub: Open issue

  • Code

Feel free to send in a Pull Request! To get started with Flutter, follow this link: https://docs.flutter.dev/get-started/install

  1. Clone this repository
  2. Switch to the project’s directory and run the project in debug mode by selecting an Android device or emulator in your preferred Flutter IDE and running the app in debug mode
  3. To test the final app, run the app by installing the apk on an Android device or emulator. To get the apk, run the following command in your terminal: flutter build apk --split-per-abi – the output apk’s will be generated at librecamera/build/app/outputs/apk/release/. If you want only one apk without splitting the platforms (results in slightly bigger size) use flutter build apk

Packages used

The packages used for this app, also listed in the pubspec.yaml file. See their respective licenses.

License

This project is licensed under the GNU General Public License Version 3. For details, see LICENSE

GitHub

View Github

Entradas similares

Deja una respuesta