Marc Rousavy
Marc Rousavy
Great to hear that V4 now works perfectly! If you appreciate my work, please consider [💖 sponsoring me on GitHub 💖](http://github.com/sponsors/mrousavy/) so I can keep maintaining this library, fixing bugs...
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...
Hm, I didn't change anything from 3.6.16 to 3.7.0 regarding `toArrayBuffer`. Can you play around with this line here maybe? https://github.com/mrousavy/react-native-vision-camera/blob/2b106225590e2694f25a083003bc983d2cb490bb/package/android/src/main/java/com/mrousavy/camera/core/VideoPipeline.kt#L100 Maybe you need to set this to `HardwareBuffer.USAGE_GPU_SAMPLED_IMAGE or...
> Tried many other values for usage but same crash Which ones exactly? 😄
Fixed in https://github.com/mrousavy/react-native-vision-camera/pull/2408! :)
Are you using `pixelFormat="yuv"`?
Logs are not relevant. You included logs that have nothing to do with VisionCamera. Please include the full `adb logcat` logs from your application.
Also, setting `exposure` to 0 is not a fix - it's a workaround. We need a real fix.
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...