Skip to content

Releases: Xlythe/CameraView

v1.2.7

07 Dec 21:51
4caad35

Choose a tag to compare

Fix crash in PreviewSession

v1.2.6

15 Sep 07:36

Choose a tag to compare

Minor bugfixes

v1.2.5

13 Aug 06:21

Choose a tag to compare

Image.java now accepts local file Uris

v1.2.4

09 Aug 15:14

Choose a tag to compare

Use VideoView.setFile(null) to clear out previous video state

v1.2.3

30 Jul 05:19

Choose a tag to compare

Fix CameraView not resuming after a failure

v1.2.2

29 Jul 03:04

Choose a tag to compare

Fix crash when minimizing app while CameraView is still open.
Fix speed parsing in exif
Other minor fixes

v1.2.1

19 Jun 03:30

Choose a tag to compare

Exif updates

Features:
Add support for descriptions
Add support get getting width/height
Add support for speed/altitude from location
Add support for lastModifiedTimestamp

Bugfixes:
Save/parse time in local time
Support millis in timestamps (except for location)
Remove calls to @hide methods on ExifInterface
Use TAG_DATETIME for last modified and DATETIME_ORIGINAL for photo taken
timestamp
Attach TAG_DATETIME_DIGITIZED too, since we're using a digital camera

v1.2

09 Jun 15:31

Choose a tag to compare

Features:
CameraView.setMatchPreviewAspectRatio(boolean) added

Bugs:
MAX resolution images are produced much faster now
Quality changed after CameraView has been opened will correctly increase resolution for images
CameraView will clear itself after closing (previously showed last frame)

v1.1.2

18 May 07:30

Choose a tag to compare

bump to v1.1.2

v1.1.1

17 May 06:39

Choose a tag to compare

Bugfixes with VideoView
Remove dep on Glide