Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Jan 6, 2021
2 parents 60a1137 + b64bebf commit 9473843
Show file tree
Hide file tree
Showing 16 changed files with 425 additions and 219 deletions.
17 changes: 17 additions & 0 deletions packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@

## 0.6.5

* Adds auto exposure support for Android and iOS implementations.

## 0.6.4+3

* Detect if selected camera supports auto focus and act accordingly on Android. This solves a problem where front facing cameras are not capturing the picture because auto focus is not supported.

## 0.6.4+2

* Set ImageStreamReader listener to null to prevent stale images when streaming images.

## 0.6.4+1

* Added closeCaptureSession() to stopVideoRecording in Camera.java to fix an Android 6 crash

## 0.6.4

* Adds auto exposure support for Android and iOS implementations.
Expand Down
Loading

0 comments on commit 9473843

Please sign in to comment.