CameraView

📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size.

OTHER License

Stars
4.9K
Committers
60

Bot releases are visible (Hide)

CameraView - v1.1.0

Published by natario1 about 7 years ago

Breaking change: all camera controls, previously ints in the CameraConstants class, now have their own enum class. All methods have been refactored accordingly, e.g.

camera.setFlash(int flash) -> camera.setFlash(Flash value)

Some XML parameters have been renamed.

CameraView - v1.0.0

Published by natario1 about 7 years ago

First release.
Please note that until we reach v2.0.0 (Camera2 integration) breaking changes are to be expected.

Package Rankings
Top 5.33% on Repo1.maven.org
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status Code Coverage Release Issues Funding
Related Projects