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

Commit 9473843

Browse files
committed
Merged with master
2 parents 60a1137 + b64bebf commit 9473843

File tree

16 files changed

+425
-219
lines changed

16 files changed

+425
-219
lines changed

packages/camera/camera/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2+
## 0.6.5
3+
4+
* Adds auto exposure support for Android and iOS implementations.
5+
6+
## 0.6.4+3
7+
8+
* 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.
9+
10+
## 0.6.4+2
11+
12+
* Set ImageStreamReader listener to null to prevent stale images when streaming images.
13+
14+
## 0.6.4+1
15+
16+
* Added closeCaptureSession() to stopVideoRecording in Camera.java to fix an Android 6 crash
17+
118
## 0.6.4
219

320
* Adds auto exposure support for Android and iOS implementations.

0 commit comments

Comments
 (0)