Dipo

Results 9 comments of Dipo

> [2614#issuecomment-2105995734](https://github.com/mrousavy/react-native-vision-camera/issues/2614#issuecomment-2105995734) ^This solution seems to resolve the issue. The build was successful at least. Just slipped in `@OptIn(FrameworkAPI::class)` on Line 17 and, of course, imported the `FrameworkAPI`. `node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt` ```...

> Can you try listen to "onLog" + "onError" events to see any thing suspicious? No but I checked logcat and the ffmpeg stopped logging after about 0.4...% I'll check...

Here is the full log ``` LOG {"level": 32, "logStr": "Log{sessionId=1, level=AV_LOG_INFO, message='ffmpeg version n6.0'}", "message": "ffmpeg version n6.0", "name": "onLog", "sessionId": 1} LOG {"level": 32, "logStr": "Log{sessionId=1, level=AV_LOG_INFO, message='...

- video trim version: v2.1.0 - RN version: 0.74.5 - The input file: See attached - screen recording: See attached https://github.com/user-attachments/assets/e5e2de77-c167-40b9-9ec7-419e62904683 https://github.com/user-attachments/assets/ce03d88c-9699-4728-ac27-204b35a14b0f Also, notice the preview does not appear until...

> > notice the preview does not appear until I move the slider > > Yes that's default behaviour on Android, it's from the platform itself I can confirm that...

@maitrungduc1410 I upgraded to v2.1.0 and tested again but the issue remain the same. Here is the logcat. The `onFinishTrimming` event was fired but the "Trimming video..." dialog remain stuck...

> Maybe I can provide some option like "seekToFrameOnLoad" or method seekTo > > For developers to freely seek on demand I believe this would enhance the user experience, considering...

I have installed the new version 2.2.0 on a bare new React Native project but the issue still remains. I used the example code from the `README.md` to test. I...

I can confirm 2.2.1 works as well. I got a blank video on the first trim but I am unable to reproduce on subsequent trims. Probably a cache issue.