Marc Rousavy

Results 1817 comments of Marc Rousavy

Hey! You should be able to access this data on the native side in a Frame Processor Plugin. I _think_ depth data should be attached to the Frame, if not...

I think `trim()` doesn't work the way I thought it would work. Try it for yourself

isActive should not be false initially - I fixed that race condition in this PR: https://github.com/mrousavy/react-native-vision-camera/pull/2339 I'll release an update soon, then you won't need that 500ms delay workaround anymore...

Hm weird. There's nothing I can do without having adb logcat logs though. The logs shared here look like a tombstone, but there's no _symbols_ in here (aka no filenames...

Thanks for the detailed info! The log format is a bit weird (json instead of just logs), but I can work with that. I just wonder if the crash is...

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...

I just released a V4 beta, can you try if that fixes the bugs?

Sorry there's so much conflicting information here. My thoughts: 1. iOS never had those issues, and currently still doesn't. @anuragkaushik10 you're saying you have a blackscreen on iOS - which...