1.7.0-alpha01
Version 1.7
Added 1
- Expose the CameraController.setSessionConfig() API to provide a custom SessionConfig for advanced UseCase configurations
Changed 1
- Move libraries to use Java 11 target, producing bytecode that might require desugaring
Fixed 1
- Fix a bug in ImageAnalysis where images were not correctly rotated when output image rotation is enabled and the initial relative rotation is 0 degrees
Exposed the CameraController.setSessionConfig() API. This allows providing a custom SessionConfig for advanced UseCase configurations not directly exposed by CameraController. When a SessionConfig is active, other configuration methods on CameraController are disabled. Moves libraries to use Java 11 target. This means produced bytecode will be Java 11 (class file version 55) and might require desugaring to use the library Fixed a bug in ImageAnalysis where images were not correctly rotated when output image rotation is enabled and the initial relative rotation is 0 degrees.