Skip to content

v1.1.0

Choose a tag to compare

@natario1 natario1 released this 11 Aug 20:36

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.