Marc Rousavy
Marc Rousavy
Hm, that doesn't look like a crash though? It's just a lock being in waiting state. What's the crash messsage?
Ah okay - well I currently have a lot of other things to work on, if you want to prioritize that issue consider sponsoring me through your company :)
Ah sorry with which company? > Although our priority is the RN 0.74 upgrade Yep, that's high prio for me as well - just lots of effort
1. Not enough logs. I have no idea where you got those logs from, but they are not `adb logcat` logs, and also that's just 4 lines. 2. I don't...
Closing as there was no reply - we can reopen once you provide more details. 👍
Try to set `photoQualityBalance="quality"` or `"speed"`
Hey - just created a PR to temporarily fix this - can you test if that works for you? https://github.com/mrousavy/react-native-vision-camera/pull/2897 🙏
Can you try setting `qualityPrioritization="speed"`? I built VisionCamera to not have that limitation (that was a huge issue in native Camera APIs, so it's hard to work around this issue)
> but it seems like we are assuming all devices will support binding any number of use cases No; - On iOS, I am explicitly checking if this is supported...