Mohammed

Results 6 comments of Mohammed

I've been battling with the same issue. My app depends on a module that depends on an aar. I imported the .aar file in the generated project using android studio...

Can confirm the same issue on Android 14 tablet Lenovo P12 vision camera version 4.5.2. The patch above did not work for me.

I'm having a somewhat similar issue on OnePlus5 on 4.0.1. In my case the frame is partially displayed The camera preview is displayed correctly without any issues if I'm using...

Try this. This works on 4.5.2. Haven't tested on other versions. ``` diff --git a/node_modules/react-native-vision-camera/src/skia/useSkiaFrameProcessor.ts b/node_modules/react-native-vision-camera/src/skia/useSkiaFrameProcessor.ts index 8c8a92d..79c3e8c 100644 --- a/node_modules/react-native-vision-camera/src/skia/useSkiaFrameProcessor.ts +++ b/node_modules/react-native-vision-camera/src/skia/useSkiaFrameProcessor.ts @@ -9,6 +9,7 @@ import { SkiaProxy...

I'm having the same issue on 4.5.2 on OnePlus5. In my case, when the phone is in portrait mode, the preview shows correct. If I rotate the phone to landscape,...

I'm having the same issue on Android emulator. I'm using React 19.0.0 and RN 0.79.5. The flickering happens when I press the slider, move it and release while still moving....