Marc Rousavy
Marc Rousavy
Yea but I'm not gonna work on this for a while, maybe some point in the future. If you need this we can of course build this feature for you...
Hey - I think this issue has been fixed in [VisionCamera 4.0.0](https://github.com/mrousavy/react-native-vision-camera/releases/tag/v4.0.0). 🥳 Please try V4 and let me know if you still experience this issue; - if not, please...
more accurately; react-native-worklets-core 1.x.x fixed this issue I think.
Ah shit. Well can we create a new issue with logs from latest react-native-vision-camera and rnwc then?
I fixed this issue in my latest PR to main. Ref counting now works properly on iOS as well
Does this always happen? Is this phone normally fast with capture in the native Camera app? It looks like AE is just always on Precapture, not sure if it is...
Created a PR, can you try if this fixes the issue for you guys? https://github.com/mrousavy/react-native-vision-camera/pull/2586
According to the [Android Developer Documentation on the AE State values](https://developer.android.com/reference/android/hardware/camera2/CaptureResult#CONTROL_AE_STATE), the `Precapture` state is only a temporary state and should resolve to either `Locked` or `Converged` once it finished...
@Dingenis great! @iliapnmrv how did you test that PR? Can you share the logs with me when trying to take a photo with my PR?