Marc Rousavy

Results 1817 comments of Marc Rousavy

yea, maybe race condition. I think the `format` is the source of truth, then we just need to always apply that to the PreviewView and keep showing that. Not sure...

Hey! Does this fix your issue maybe? https://github.com/mrousavy/react-native-vision-camera/pull/2377 (still testing)

Hey! After 8 hours of debugging, I finally found the culprit! I fixed the preview stretching issue in this PR: https://github.com/mrousavy/react-native-vision-camera/pull/2377 If you appreciate my dedication and free support, please...

Dark Video is maybe just because of the Frame Rate. Or Video stream. Not a lot I can do, you can try setting `fps` to something like `10`, and `exposure`...

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...

As I always say on every single issue: **~~Please~~ share the full logs.**

Thanks @robsonbbs ! 👍 Will take a look when I have some free time.

Hey - I think I fixed this in the latest version of VisionCamera. :)

I think this is not related to VisionCamera as it builds fine for me in a new blank RN project

Hey - not sure if v2 had externals, but v3 has external camera support. The external camera needs to support the UVC (USB Video Class) protocol.