Skip to content

Releases: pvasa/cameraview-ex

Release v2.8.0

22 Jan 04:22
bfbc85b
Compare
Choose a tag to compare
  • 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 this CameraView instance. The instance is not usable anymore after this call.
    • CameraView.isActive - Check if this CameraView instance is still active and usable.
  • More realistic sample app code

Release v2.7.0

16 Jan 03:41
44c7803
Compare
Choose a tag to compare
  • 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

05 Jan 17:43
02f2cd5
Compare
Choose a tag to compare
  • 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

22 Dec 07:13
9c0f912
Compare
Choose a tag to compare
  • Add pinch to zoom feature
  • Improve touch to focus feature

Release v2.4.2

19 Dec 20:01
4ee8caf
Compare
Choose a tag to compare
  • 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

14 Dec 10:52
692285c
Compare
Choose a tag to compare
  • Improve video recording quality
  • Add contribution guidelines
  • Improve docs
  • Update README.md

Release v2.4.0

14 Dec 10:50
f5b286d
Compare
Choose a tag to compare
  • Add support for video recording
  • Improve docs

Release v2.3.0

05 Dec 16:24
f5482cc
Compare
Choose a tag to compare
  • Better exception handling
  • Add camera error listener api

Release v2.2.2

22 Nov 01:04
5c256fa
Compare
Choose a tag to compare
  • Bug fixes

Release v2.2.1

22 Nov 00:22
01b862a
Compare
Choose a tag to compare
Release v2.2.1 Pre-release
Pre-release
  • Bug fixes