Skip to content

Releases: natario1/CameraView

v1.1.0

11 Aug 20:36
Compare
Choose a tag to compare

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.

v1.0.0

11 Aug 20:21
Compare
Choose a tag to compare

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