Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
911 stars 200 forks source link

Tap to focus is not working #346

Open felixriehm opened 1 year ago

felixriehm commented 1 year ago

Steps to Reproduce

  1. Execute the example https://pub.dev/packages/camerawesome/example
  2. Tap different locations on screen
  3. -> Focus is not at the place where you tapped

Expected results

Focus should be at the place where you tapped

Actual results

Focus is not at the place where you tapped

Video

camera awesome example

https://github.com/Apparence-io/CamerAwesome/assets/13718034/da61e3fc-7fb5-4598-bce7-2aa0f2beba8d

iOS photo app

https://github.com/Apparence-io/CamerAwesome/assets/13718034/b3d35cf6-b295-437a-bc5f-371d97778b40

About your device

Brand Model OS
Apple iPhone 12 mini 16.4.1 (a)

Your flutter version

Framework • revision 4d9e56e694 (4 weeks ago) • 2023-04-17 21:47:46 -0400
Engine • revision 1a65d409c7
Tools • Dart 2.19.6 • DevTools 2.20.1

camerawesome version: 1.4.0

I have the same issue with my Samsung Galaxy smartphone. It looks like the tap to focus behaves more like a slider. If you tap to the left it will focus the far, when tapping the right it wil focus the near.

I also tried it with camerawesome version 2.0.0-dev.1. Same issue.

lfofelipe commented 1 year ago

Same here.

Flucadetena commented 10 months ago

Same on Android I think the problem is the tap is not switching between the lenses. So it is not able to focus correctly.

Is the plugin still manteined??