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.
 
 
Mattia Iavarone 26f313c74e Documentation in GitHub pages 7 years ago
.github Create pull_request_template.md 7 years ago
cameraview Documentation in GitHub pages 7 years ago
demo Documentation in GitHub pages 7 years ago
docs Documentation in GitHub pages 7 years ago
gradle/wrapper Update gradle 7 years ago
.gitignore Revert min support to API 19 8 years ago
.travis.yml Add beta and release candidate in travis 7 years ago
CHANGELOG.md Bump version (#337) 7 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 8 years ago
LICENSE Add license info (#68) 8 years ago
README.md Documentation in GitHub pages 7 years ago
build.gradle Update gradle 7 years ago
codecov.yml New tests, add CameraController.STATE (#37) 8 years ago
gradle.properties Initial commit 9 years ago
gradlew Initial commit 9 years ago
gradlew.bat Initial commit 9 years ago
settings.gradle Refactor module name 8 years ago

README.md

Build Status Code Coverage

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 takePicture and takeVideo
  • Take super-fast snapshots with takePictureSnapshot and takeVideoSnapshot
  • Smart sizing: create a CameraView of 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.