{"id":22763975,"url":"https://github.com/andyb129/flipsidecamera","last_synced_at":"2025-04-06T00:09:37.791Z","repository":{"id":201862093,"uuid":"86078526","full_name":"andyb129/FlipsideCamera","owner":"andyb129","description":"The camera app that takes pictures from both sides of your world ! :camera:","archived":false,"fork":false,"pushed_at":"2017-03-25T00:04:50.000Z","size":9710,"stargazers_count":540,"open_issues_count":6,"forks_count":74,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-29T23:09:37.795Z","etag":null,"topics":["camera","image-processing","picture","takes-pictures"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andyb129.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-03-24T14:46:23.000Z","updated_at":"2024-10-16T01:48:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"14098506-28d5-40da-8aa1-09b27ae10b84","html_url":"https://github.com/andyb129/FlipsideCamera","commit_stats":null,"previous_names":["andyb129/flipsidecamera"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyb129%2FFlipsideCamera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyb129%2FFlipsideCamera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyb129%2FFlipsideCamera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyb129%2FFlipsideCamera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andyb129","download_url":"https://codeload.github.com/andyb129/FlipsideCamera/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera","image-processing","picture","takes-pictures"],"created_at":"2024-12-11T11:13:25.918Z","updated_at":"2025-04-06T00:09:37.771Z","avatar_url":"https://github.com/andyb129.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flipside Camera\n\nThe camera app that takes pictures from both sides of your world ! :camera:\n\nTake pictures with the back \u0026 front cameras  and combine them in one image to share.  Also you can add a few image effects before sharing.\n\n\n**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\nmore useful to open source it so people can expand on it or use elements in their own projects.\n\n\u003cp\u003e\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.sixteenplusfour.android.flipsidecamera\"\u003e\u003cimg src=\"https://github.com/andyb129/FlipsideCamera/blob/master/screenshots%2Fgoogle_play_badge.png\" height=\"80\" width=\"210\" alt=\"Play Store Badge\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003ctable border=\"0\"\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cimg src=\"https://github.com/andyb129/FlipsideCamera/blob/master/screenshots/flipside_camera_screen_1.png\" alt=\"Flipside Camera Screen 1\"/\u003e\n\u003c/td\u003e\n\u003ctd\u003e\n\u003cimg src=\"https://github.com/andyb129/FlipsideCamera/blob/master/screenshots/flipside_camera_screen_2.png\" alt=\"Flipside Camera Screen 2\"/\u003e\n\u003c/td\u003e\n\u003ctd\u003e\n\u003cimg src=\"https://github.com/andyb129/FlipsideCamera/blob/master/screenshots/flipside_camera_screen_3.png\" alt=\"Flipside Camera Screen 3\"/\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\u003c/p\u003e\n  \n\u003c!--![optional caption text](screenshots/flipside_camera_view_anim.gif)--\u003e\n\nThe app is currently configured to be built via Gradle only.\n\n* Compiled SDK Version      - Nougat (25)\n* Minimum SDK Version       - \u003e= Kitkat (19)\n\n### TODO\n1. Make the image effect selection better\n2. Possibly have button to switch the camera for each half of the image\n\n### Thanks\n\nThis 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.\n\n* CameraKit-Android by [gogopop](https://github.com/gogopop) - [https://github.com/gogopop/CameraKit-Android](https://github.com/gogopop/CameraKit-Android)\n* Picasso-transformations by [wasabeef](https://github.com/wasabeef) - [https://github.com/wasabeef/picasso-transformations](https://github.com/wasabeef/picasso-transformations)\n\n### Licence\n```\nCopyright (c) 2017 Andy Barber\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyb129%2Fflipsidecamera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandyb129%2Fflipsidecamera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyb129%2Fflipsidecamera/lists"}