Matthias Schmidt

Results 24 comments of Matthias Schmidt

I'm not seeing the same error. I have this one when using runAsync: ``` Frame Processor Error: Exception in HostFunction: java.lang.ClassNotFoundException: Didn't find class "com.facebook.jni.MapIteratorHelper" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/system/lib64, /system_ext/lib64,...

@codeapp17 no I do not. I postponed this for now because of this issue. Would be great to hear from someone who has at least an idea of why this...

Same issue. RN: 0.44.3 Phone: Galaxy S8 Cannot reproduce this in emulator, so maybe something Samsung specific?

It does. ``autoCorrect`` has nothing to do with it.

@MedinaGitHub of course the problem is the use of `toUpperCase()`. We use this to enforce uppercase and this causes this bug on Samsung devices.

@QKJIN just declaring a `device` variable without actually using it doesn't seem correct. Do you have the full snippet for comparison?

This is linked to from https://mrousavy.com/react-native-vision-camera/docs/guides/frame-processor-plugin-list which is kind of confusing since it's just a placeholder project so far. Is there an alternative? Can we help somehow? Did you consider...

@kuzevanoff no that's not possible. I don't think it's trivial to do either, especially on mobile devices.

I've just updated the plugin to v2.0 with some great improvements. No support for captions in this release yet but I'm willing to add this soonish. If you, or someone...

Hey, do you have an idea already on how to implement this? My first thought is towards a CSS rotation which shouldn't be to hard to implement.