Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertlevonyan/camerax-demo

A sample camera app with CameraX API from Android Jetpack
https://github.com/robertlevonyan/camerax-demo

android android-app android-application android-architecture android-development android-library android-sdk android-studio android-ui androidstudio camera camerax camerax-api demo demo-app kotlin kotlin-android kotlin-coroutines kotlin-extensions kotlin-language

Last synced: 5 days ago
JSON representation

A sample camera app with CameraX API from Android Jetpack

Awesome Lists containing this project

README

        

#     Camera X Demo

|A demo camera application created with Android Jetpack CameraX API||
|----------------------------------------------------------------------------------------------|-----------|

[![API](https://img.shields.io/badge/API-21%2B-yellow.svg?style=flat-square)](https://android-arsenal.com/api?level=21)

### UI Structure and features

|

1. Take photo

2. Switch camera

3. Open gallery

4. Select timer

5. Toggle grid

6. Select flashlight mode

7. Toggle HDR (if device supports)

8. Record video

|||
|-----------------------------------|---------------------------------------------|---------------------------------------------------|
||

Some Screenshots

||
|| |

## How to switch between photo and video

## Contact

- **Email**: [email protected]
- **Website**: https://robertlevonyan.com/
- **Medium**: https://medium.com/@RobertLevonyan
- **Twitter**: https://twitter.com/@RobertLevonyan
- **Facebook**: https://facebook.com/robert.levonyan
- **Google Play**: https://play.google.com/store/apps/dev?id=5477562049350283357



## Licence

```
MIT License

Copyright (c) 2019 Robert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```