Skip to content

Releases: natario1/CameraView

v1.3.1

31 Oct 13:09
Compare
Choose a tag to compare

v1.3.0

28 Oct 13:24
Compare
Choose a tag to compare
  • Ability to inject frame processors to do your own visual tasks (barcodes, facial recognition etc.) (#82)
  • Ability to inject external loggers (e.g. Crashlytics) to listen for internal logging events (#80)
  • Improved CameraUtils.decodeBitmap, you can now pass maxWidth and maxHeight to avoid OOM (#83)
  • Updated dependencies thanks to @v-gar (#73)

v1.2.3

11 Oct 14:23
Compare
Choose a tag to compare
  • Fix annoying bug that was not showing focus markers or grid lines (#62)
  • Don't crash the app when there are API calls during stop events (#50)

v1.2.2

03 Oct 12:13
Compare
Choose a tag to compare
  • Added Audio class and camera.setAudio to control the audio stream while recording videos, thanks to @m1r0n41k (#33, #39)
  • Fixed bugs with the internal camera state (#37)
  • Add support for whether to play camera sounds, see setPlaySounds() and cameraPlaySounds (#43)

v1.2.1

05 Sep 17:32
Compare
Choose a tag to compare
  • Fixed a distortion bug with certain activity orientations, thanks to @m1r0n41k (#23)
  • Fixed a distortion bug with crop center behavior (#30)
  • Add logger API to help debugging, enable with CameraLogger.setLogLevel() (#25)
  • Fixed bug with configuration changes, ensure camera is closed before opening again (#29)

v1.2.0

29 Aug 11:40
Compare
Choose a tag to compare
  • Added HDR support (#11)
  • Fixed some serious bugs using setLocation(double, double) (#10)
  • Added setLocation(Location) with better support for other tags (#10)
  • Added CameraOptions.supports(value) to know if a certain value is supported without iterating over lists (#13)
  • Better threading, less lag when taking pictures (#13)

v1.1.4

27 Aug 14:14
Compare
Choose a tag to compare
  • Vertical scroll gestures now are positive (e.g. zoom in) when scrolling up (#7)
  • FIxed a measuring bug (#8)

v1.1.3

26 Aug 16:53
Compare
Choose a tag to compare

Fix a serious bug that could make the app crash on session start, thanks to @shtolik (#1)

v1.1.2

14 Aug 18:03
Compare
Choose a tag to compare

This version adds:

  • new onOrientationChanged callback. Gives you the right angle to rotate Views on screen so they appear well aligned with the camera
  • MediaActionSound support for focus and snapshots

v1.1.1

13 Aug 15:00
Compare
Choose a tag to compare

Support for two new gestures:

  • Gesture.SCROLL_HORIZONTAL
  • Gesture.SCROLL_VERTICAL

that can be mapped to either zoom or exposure correction.