Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriangl/pict2cam
Android fake camera application to feed camera intents with files in your device's storage
https://github.com/adriangl/pict2cam
android android-app android-application android-camera android-camera-intent android-fake-camera android-fakecamera android-file-pick kotlin-android kotlin-coroutines
Last synced: 9 days ago
JSON representation
Android fake camera application to feed camera intents with files in your device's storage
- Host: GitHub
- URL: https://github.com/adriangl/pict2cam
- Owner: adriangl
- License: apache-2.0
- Created: 2019-12-09T22:41:39.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-01T05:34:59.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:36:09.595Z (3 months ago)
- Topics: android, android-app, android-application, android-camera, android-camera-intent, android-fake-camera, android-fakecamera, android-file-pick, kotlin-android, kotlin-coroutines
- Language: Kotlin
- Homepage:
- Size: 4.43 MB
- Stars: 195
- Watchers: 4
- Forks: 24
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pict2Cam
![Latest release](https://img.shields.io/github/v/release/adriangl/pict2cam)
## What is this?
Pict2Cam is an Android fake camera app written in Kotlin that you can use to pick images from your device and feed them to an external camera request.
This means that you can provide any image in your device to apps that require you to take photos from a camera app.
## Requirements
* An Android device, obviously ;)
* Android 5.0+
* The app won't work in Android 11+ since Google restricted which apps can appear in the camera picker to [only the system default bundled camera app][android-11-google-restrictions].## Features
The app provides the following features:* Pick any image from your device when apps want to use a camera app
* Crop picked images before feeding them to the app that requires a camera app## Downloads
You can get it from [Google Play][google-play-link], [HUAWEI AppGallery][huawei-appgallery-link] or grab the latest stable or bleeding edge release from the [Releases][releases-page] page.## Contributing
Refer to the [contributing guide](CONTRIBUTING.md) if you want to contribute to the project!## Attributions
- Some of the vector assets in the project are modified versions of vectors that you can find in the [FreeVector website](https://www.freevector.com). Make sure to check them out!## License
```
Copyright (C) 2020 Adrián GarcíaLicensed 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.
```[google-play-link]:https://play.google.com/store/apps/details?id=com.adriangl.pict2cam
[huawei-appgallery-link]:https://appgallery.cloud.huawei.com/ag/n/app/C104247923
[releases-page]:https://github.com/adriangl/pict2cam/releases
[android-11-google-restrictions]:https://developer.android.com/about/versions/11/behavior-changes-11#media-capture