Nadeem Majumder

Results 7 comments of Nadeem Majumder

> Exactly as Christian said - please add a reproduction to the example app here. > > We already have a test that runs a function in a context, which...

After playing around with the VC on android and iOS, here is the behaviors I noticed. Using a similar code mentioned on the reproducible code section in OP. * Works...

> > however it did not resolve the issue where iOS VC stops running frame processor after several frames. > > @nmajumder12 on my face-detector package I solved this problem...

@mrousavy Does these solutions I mentioned [here](https://github.com/margelo/react-native-worklets-core/issues/173#issuecomment-2116509075) make sense? I believe the issue is that the worklets nested inside the `VisionCamera` context which is [created natively](https://github.com/mrousavy/react-native-vision-camera/blob/5d0a6752da3c4f79131b24076bb0d02a415413b4/package/ios/FrameProcessors/VisionCameraProxy.mm#L37) are somehow colliding with...

runAsync is known to problematic due to the a bug in the dependency RNWC. Does the app crash after a while?

Might be related to these then, RNWC bug https://github.com/mrousavy/react-native-vision-camera/issues/2820 https://github.com/margelo/react-native-worklets-core/issues/173