Marc Rousavy
Marc Rousavy
can you try rotating the Camera to see if that changes anything? Maybe the orientation on the scanner is wrong (e.g. landscape left by default)
Hey! Thank you for your PR! Can you maybe provide before and after screenshots so I can better understand this?
Doesn't this effectively do the same thing, just inverting division with multiplication?
cc @blancham btw because this was the original PR https://github.com/mrousavy/react-native-vision-camera/pull/1817
Device orientation is different than Camera orientation. Camera sensors are pretty much always in landscape orientation, so it will be like width: 4000 height: 2000, when the screen (in portrait)...
@blancham this is a diff towards `main`? What exactly does this fix? Can you show before and after screenshots? Thanks mate
Created a PR to fix this issue once and for all: https://github.com/mrousavy/react-native-vision-camera/pull/2519 💪🚀 **Thanks to everyone who sponsored me on GitHub to fix this bug!!** 💖 Try the PR and...
Hey @bglgwyng! Do you have any crash logs or adb logcat logs for this? Thanks! :)
Hm weird, yea `adb logcat` should normally give more output. Especially relevant are the steps happening before the crash.
> Calling JS function after bridge has been destroyed Interesting. Are you doing a fast refresh or something?