Fotoapparat Versions Save

Making Camera for Android more friendly. 📸

1.5.0

6 years ago

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

  • #105 by @jpribble 💯

Other contributions

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

1.4.1

6 years ago

This is a hotfix for #96

1.4.0

6 years ago
  • 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

6 years ago

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

6 years ago

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

6 years ago

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

6 years ago

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

6 years ago

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

1.0.2

6 years ago

This is a bugfix release. Fixed issues:

#32 #33 #31

1.0.1

6 years ago

Bugfix for missing preview size on some devices