Releases: pvasa/cameraview-ex
Releases · pvasa/cameraview-ex
Release v2.8.0
- Improve background thread handling
- Fix few bugs related to camera not working (or crash) on restart
- Provide better apis to stop and destroy CameraView instance
- New Apis
CameraView.destroy()
- Tear down thisCameraView
instance. The instance is not usable anymore after this call.CameraView.isActive
- Check if thisCameraView
instance is still active and usable.
- More realistic sample app code
Release v2.7.0
- Max video duration can be provided in
VideoConfiguration
- Video size can be provided in
VideoConfiguration
- Add video started stopped listeners
- Fix background tasks implementation to run tasks on correct thread
- Fix invalid rotation issue
Release v2.6.0
- More auto focus modes
- Better video recording
- Better exception handling and error level indication in the callback
- Better touch to focus
- Fix camera1 implementation
- Fix UI tests
Release v2.5.0
- Add pinch to zoom feature
- Improve touch to focus feature
Release v2.4.2
- Implement basic touch to focus feature
- Add api for providing video config when starting to record video
- Add attribute for specifying output jpeg quality
- Improve sample app output handling
Release v2.4.1
- Improve video recording quality
- Add contribution guidelines
- Improve docs
- Update README.md
Release v2.4.0
- Add support for video recording
- Improve docs
Release v2.3.0
- Better exception handling
- Add camera error listener api
Release v2.2.2
- Bug fixes
Release v2.2.1
- Bug fixes