Roman Lemus

Results 3 comments of Roman Lemus

@ashadnasim52 did you find a fix? I'm having the exact same issue with very similar code

> The solution for this is just set a timer around 300ms and then check mapRef and do the function. Thanks, I've tried to call the function inside the timeout...

> Actually should be: > > ```diff > diff --git a/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt b/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt > index d697bef..8de418b 100644 > --- a/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt > +++ b/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt > @@ -7,12 +7,14 @@ import com.facebook.jni.HybridData >...