Skip to content

Commit b64bebf

Browse files
authored
[camera] disable auto focus when using front facing camera on Android (flutter#3383)
* Refactured Camera and fix issue front facing camera * Update FPS range on Android to have correct brightness * Formatted files * Fix version conflict
1 parent 0394183 commit b64bebf

File tree

3 files changed

+286
-200
lines changed

3 files changed

+286
-200
lines changed

packages/camera/camera/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
## 0.6.4+2
26

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

0 commit comments

Comments
 (0)