[![Build Status](https://travis-ci.org/natario1/CameraView.svg?branch=master)](https://travis-ci.org/natario1/CameraView) [![Code Coverage](https://codecov.io/gh/natario1/CameraView/branch/master/graph/badge.svg)](https://codecov.io/gh/natario1/CameraView) [![Release](https://img.shields.io/github/release/natario1/CameraView.svg)](https://github.com/natario1/CameraView/releases) [![Issues](https://img.shields.io/github/issues-raw/natario1/CameraView.svg)](https://github.com/natario1/CameraView/issues) [![Funding](https://img.shields.io/opencollective/all/CameraView.svg?colorB=r)](https://natario1.github.io/CameraView/extra/donate) ⠀

*Post-processing videos or want to reduce video size before uploading? Take a look at our [Transcoder](https://github.com/natario1/Transcoder).* *Like the project, make profit from it, or simply want to thank back? Please consider [donating](https://natario1.github.io/CameraView/extra/donate)!* *Need support, consulting, or have any other business-related question? Feel free to get in touch.* # CameraView CameraView is a well documented, high-level library that makes capturing pictures and videos easy, addressing most of the common issues and needs, and still leaving you with flexibility where needed. ```groovy api 'com.otaliastudios:cameraview:2.2.0' ``` - Fast & reliable - Gestures support [[docs]](https://natario1.github.io/CameraView/docs/gestures.html) - Real-time filters [[docs]](https://natario1.github.io/CameraView/docs/filters.html) - Camera1 or Camera2 powered engine [[docs]](https://natario1.github.io/CameraView/docs/previews.html) - Frame processing support [[docs]](https://natario1.github.io/CameraView/docs/frame-processing.html) - Watermarks & animated overlays [[docs]](https://natario1.github.io/CameraView/docs/watermarks-and-overlays.html) - OpenGL powered preview [[docs]](https://natario1.github.io/CameraView/docs/previews.html) - Take high-quality content with `takePicture` and `takeVideo` [[docs]](https://natario1.github.io/CameraView/docs/capturing-media.html) - Take super-fast snapshots with `takePictureSnapshot` and `takeVideoSnapshot` [[docs]](https://natario1.github.io/CameraView/docs/capturing-media.html) - Smart sizing: create a `CameraView` of any size [[docs]](https://natario1.github.io/CameraView/docs/preview-size.html) - Control HDR, flash, zoom, white balance, exposure, location, grid drawing & more [[docs]](https://natario1.github.io/CameraView/docs/controls.html) - Lightweight - Works down to API level 15 - Well tested ⠀

## Support If you like the project, make profit from it, or simply want to thank back, please consider [donating](https://natario1.github.io/CameraView/extra/donate) now! You can either make a one time donation or become a sponsor, in which case your company logo will immediately show up below. CameraView is trusted and supported by [ShareChat](https://sharechat.com/), a social media app with over 14 million daily active users.

Feel free to contact me for support, consulting or any other business-related question. Thanks to all our backers... [[become a backer]](https://opencollective.com/cameraview#backer) ...and to all our sponsors! [[become a sponsor]](https://opencollective.com/cameraview#sponsor) ## Setup Please read the [official website](https://natario1.github.io/CameraView) for setup instructions and documentation. You might also be interested in our [changelog](https://natario1.github.io/CameraView/about/changelog.html) or in the [v1 migration guide](https://natario1.github.io/CameraView/extra/v1-migration-guide.html). Using CameraView is extremely simple: ```xml ```