Releases: natario1/CameraView
Releases · natario1/CameraView
v1.1.0
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.