Marc Rousavy

Results 1817 comments of Marc Rousavy

You could parallelize it using [`runAsync`](https://react-native-vision-camera.com/docs/api/#runasync)

Thank you very much, nice catch man! ❤️ LGTM

> no other log output or errors or something corresponding to the async function I need log outputs or error messages or anything. Please post those, otherwise I cannot help...

Ah nevermind you just posted error messages this second lol

Just to clarify; this works fine in Debug, but fails in Release?

I am looking at the code and I don't really see where the initialization is different, are you 100% sure that it works with the `Worklets.defaultContext`, but doesn't work with...

And does this crash on iOS as well, or only Android?

This is so weird. I mean we definitely want a separate Context in case you are using react-native-worklets-core for something else (which is usually the default context), so not sure...

Hey - I spent a little time investigating the parallel memory allocations and actually found & fixed a bug! Try this and see if this fixes your issue: https://github.com/mrousavy/react-native-vision-camera/pull/2829

For me, `runAsync` runs perfectly fine now