Marc Rousavy
Marc Rousavy
Ah, I see! Okay well this is more of a "how do we want it to behave question"...
I just fixed this in V4 and released it in the latest beta. Thanks @quannq-vvt, I took your approach and adjusted it a bit, but the idea is the same!
This is going to be problematic for VisionCamera though, as multiple pieces of the codebase rely on `minSdk` 26: - `VideoPipeline`: The entire video pipeline will not work anymore if...
Hm, I wonder what's going on here. The ideal behaviour should be that a new Camera that has `isActive` is `true` will take precedence over older Cameras. We need to...
Okay thanks - that helps. I have a different idea that should ideally be much more stable, but I need to figure out how to deliver that - quite complex...
Working on a fix for this issue here: https://github.com/mrousavy/react-native-vision-camera/pull/2494 👀 Still in development, so don't test yet. Long way to go, this is a really complicated issue (as you can...
Just released [VisionCamera 3.9.0-beta.1](https://github.com/mrousavy/react-native-vision-camera/releases/tag/v3.9.0-beta.1), which includes the [big `PersistentCaptureSession` PR](https://github.com/mrousavy/react-native-vision-camera/pull/2494) that aims to fix all the blackscreen issues.... :eyes::tada: You can try that new beta out yourself and let me...
Let's re-open if the issue still exists! I'll try to take another look at this, but the PR closes the session which goes against the Closeable paradigm.
hahaha okay well I'm currently in a bar so I don't know if my input is valuable but if not even the stock camera app (or Snapchat, which I consider...
Hey! I just released a new V4 beta ([v4.0.0-beta.7](https://github.com/mrousavy/react-native-vision-camera/releases/tag/v4.0.0-beta.7)) where I fixed a bunch of issues! 💪🚀 Can you test that and see if that fixes the issue for you?...