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

Commit 07c4339

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

File tree

16 files changed

+420
-219
lines changed

16 files changed

+420
-219
lines changed

packages/camera/camera/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.6.4+3
2+
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.
4+
5+
## 0.6.4+2
6+
7+
* Set ImageStreamReader listener to null to prevent stale images when streaming images.
8+
9+
## 0.6.4+1
10+
11+
* Added closeCaptureSession() to stopVideoRecording in Camera.java to fix an Android 6 crash
12+
113
## 0.6.4
214

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

0 commit comments

Comments
 (0)