Android Hidden Camera Versions Save

This library is to take picture using camera without camera preview.

v1.3.5

5 years ago

Making autofocus and camera feature optional. (#39)

v1.3.4

5 years ago
  • Adding autofocus support

1.3.3

6 years ago
  • Upgrading target api to 26.
  • Applying sorting to picture sizes get highest/lowest resolutions
  • Fixing issue #16 .

1.3.2

7 years ago

Changelog:

  • Hidden camera activity and fragment release the instance of the camera as soon as activity/fragment goes in the pause state. [User HiddenCameraService to capture image in background.]
  • Preventing simultaneous multiple images capturing.
  • Fixing issue #12.
  • Fixing issue #6.
  • Fixing #7.
  • Fixing #9.

v1.3

7 years ago

Changes:

  • Adding api to rotate the output image.
  • Offloading output image processing to background thread to increase the responsiveness.

v1.2.1

7 years ago
  • Fixing issue #4 .

v1.2

7 years ago
  • #2 Bug fix.