Simple-Camera/README.md

33 lines
1.8 KiB
Markdown
Raw Normal View History

2016-06-04 17:38:02 +02:00
# Simple Camera
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/launcher.png" width="80">
2016-10-27 23:54:58 +02:00
A camera with flash and zoom.
2016-06-04 17:38:02 +02:00
2016-09-07 23:09:55 +02:00
The camera is useable for both photo taking and video recording. You can switch between front and rear camera, the flash can be turned on and off, pinch to zoom in. While recording a video, the flash can be used as a flashlight. It allows you to limit the photo and video resolution.
2016-07-11 17:46:07 +02:00
If you want to launch this app at pressing the hardware camera button, you might have to disable the built in Camera app in Settings -> Apps -> Camera -> Disable.
2016-06-04 17:38:02 +02:00
2016-09-09 00:04:18 +02:00
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
2016-09-07 23:09:55 +02:00
2016-06-18 10:38:04 +02:00
<a href='https://play.google.com/store/apps/details?id=com.simplemobiletools.camera'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height=60/></a>
2016-07-10 06:21:34 +02:00
<a href="https://f-droid.org/app/com.simplemobiletools.camera"><img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="60"></a>
2016-06-18 10:38:04 +02:00
2016-06-04 17:38:02 +02:00
<img alt="App image" src="screenshots/app.jpg" width="250">
<img alt="App image" src="screenshots/app_2.jpg" width="250">
2016-06-03 11:03:10 +02:00
License
-------
Copyright 2016 SimpleMobileTools
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.