GrandChieftain

Results 5 comments of GrandChieftain

I was having the same problem. Using onLayout seemed to work for the most part, but I did experience the inconsistent behavior that @Maker-Mark was talking about, so I sought...

The solution I tried to suggest before is actually a pretty shit one, tested it out and the drawings are pretty delayed, my bad. Realized this thread is for release...

Ran into the same issue on iOS. The root of this async resize problem is actually explained here [here](https://github.com/mrousavy/react-native-vision-camera/issues/2520#issuecomment-2073868718). runOnJS (returned by Worklets.createRunOnJs) operates on the default ReactJS thread while...

Suffering from the same problem right now, just got my tflite model to load just for a black screen, great Edit: this may sound dumb but this was my problem,...

@DeanGracey Using React Native Fast Tflite and Vision Camera. It’s a lot better with more community support. Just remember that frame processors are synchronous (so don’t use any async functions),...