Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyb129/flipsidecamera
The camera app that takes pictures from both sides of your world ! :camera:
https://github.com/andyb129/flipsidecamera
camera image-processing picture takes-pictures
Last synced: 6 days ago
JSON representation
The camera app that takes pictures from both sides of your world ! :camera:
- Host: GitHub
- URL: https://github.com/andyb129/flipsidecamera
- Owner: andyb129
- Created: 2017-03-24T14:46:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T00:04:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T15:17:21.245Z (13 days ago)
- Topics: camera, image-processing, picture, takes-pictures
- Language: Java
- Size: 9.26 MB
- Stars: 540
- Watchers: 14
- Forks: 79
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flipside Camera
The camera app that takes pictures from both sides of your world ! :camera:
Take pictures with the back & front cameras and combine them in one image to share. Also you can add a few image effects before sharing.
**NOTE**: This was a closed source app originally but after a refactor with the use of several really great libraries, I thought it might be
more useful to open source it so people can expand on it or use elements in their own projects.
The app is currently configured to be built via Gradle only.
* Compiled SDK Version - Nougat (25)
* Minimum SDK Version - >= Kitkat (19)### TODO
1. Make the image effect selection better
2. Possibly have button to switch the camera for each half of the image### Thanks
This app has been made by pulling together several other open source libraries to get what I needed at the time. So huge thanks to all of them, in particular the following libraries which the core of the app is based on.
* CameraKit-Android by [gogopop](https://github.com/gogopop) - [https://github.com/gogopop/CameraKit-Android](https://github.com/gogopop/CameraKit-Android)
* Picasso-transformations by [wasabeef](https://github.com/wasabeef) - [https://github.com/wasabeef/picasso-transformations](https://github.com/wasabeef/picasso-transformations)### Licence
```
Copyright (c) 2017 Andy BarberLicensed 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 athttp://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.
```