Skip to content

Releases: RedApparat/Fotoapparat

1.5.0

02 Dec 00:16
086a2ba
Compare
Choose a tag to compare

What's new

Features

  • It is now possible to customize jpegQuality. Thanks @alaeri 🎉

By @ezaquarii ❤️ :

  • Size and Range are Serializables
  • Size returns the total area
  • Additional aspect ratio selectors which have tolerance

Fixed

Other contributions

  • Thanks @pflammertsma for adding switcher info into the Readme 👍

1.4.1

03 Oct 09:10
Compare
Choose a tag to compare

This is a hotfix for #96

1.4.0

02 Oct 21:39
Compare
Choose a tag to compare
  • It is now possible to get current parameters of the camera. Thanks @ezaquarii 💪
  • It is now possible to customize FPS ranges. Thanks @friendoye 👍
  • It is now possible to customize ISO. Thanks @hagabaka and @friendoye ❤️
  • Optimized toString implementation of preview frames.

1.3.0

26 Aug 15:10
Compare
Choose a tag to compare

What's new

Features

  • It is now possible to update some parameters without having to restart Fotoapparat.
  • Added possibility to set zoom level.

Fixed

  • Fixed racing condition which caused camera to not show up

1.2.0

16 Jul 21:15
Compare
Choose a tag to compare

What's new

Features

  • Added CameraErrorCallback
  • Preview frame can either be cropped to fit or displayed in full size

Fixed

  • Fixed crash on some device when camera is paused while picture is being taken
  • Not crashing the app if camera couldn't be opened

1.1.0

08 Jul 21:18
Compare
Choose a tag to compare

What's new

Features

  • Added Fotoapparat.focus() which now returns the result of focus operation

Fixed

  • Added autofocus timeout (which also fixes emulator issue)
  • Added experimental fix for setParameters which now will try to update parameters separately and log failures.

1.0.4

04 Jul 14:22
Compare
Choose a tag to compare

This release contains an important bugfix:

  • Frame processors were called on the main thread and not on the background thread, as promised.

1.0.3

03 Jul 18:27
Compare
Choose a tag to compare

This release contains no new features or bugfixes and just improves logging which would hopefully help resolve some problems.

1.0.2

11 Jun 16:35
Compare
Choose a tag to compare

This is a bugfix release. Fixed issues:

#32
#33
#31

1.0.1

24 May 17:34
Compare
Choose a tag to compare

Bugfix for missing preview size on some devices