You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| .github | 7 years ago | |
| cameraview | 7 years ago | |
| demo | 7 years ago | |
| docs | 7 years ago | |
| gradle/wrapper | 7 years ago | |
| .gitignore | 9 years ago | |
| .travis.yml | 7 years ago | |
| CHANGELOG.md | 7 years ago | |
| CODE_OF_CONDUCT.md | 8 years ago | |
| LICENSE | 8 years ago | |
| README.md | 7 years ago | |
| build.gradle | 7 years ago | |
| codecov.yml | 8 years ago | |
| gradle.properties | 9 years ago | |
| gradlew | 9 years ago | |
| gradlew.bat | 9 years ago | |
| settings.gradle | 8 years ago | |
README.md
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.
compile 'com.otaliastudios:cameraview:2.0.0-beta01'
- Fast & reliable
- Gestures support
- Frame processing support
- OpenGL powered preview
- Take high-quality content with
takePictureandtakeVideo - Take super-fast snapshots with
takePictureSnapshotandtakeVideoSnapshot - Smart sizing: create a
CameraViewof any size - Control HDR, flash, zoom, white balance, exposure, location, grid drawing & more
- Lightweight: the only dep. is support
ExifInterface - Works down to API level 15
- Well tested
Read the official website for setup instructions and documentation.
- Coming from v1? Take a look at the migration guide
- Changelog is hosted here