Marc Rousavy
Marc Rousavy
Hey - thanks for the insights man! I need to take a look at this, probably just a small fix to avoid any race conditions here. Will have some free...
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...
Thanks @grantsingleton! Will look into this soon!
Interesting - does audio work flawlessly now though? I should've fixed audio in https://github.com/mrousavy/react-native-vision-camera/pull/2144
Might be that we need to delay this: https://github.com/mrousavy/react-native-vision-camera/blob/3dd56c3ba26e5f95fcea4871657b2ef0e7bcb3d8/package/ios/Core/CameraSession.swift#L164-L168 ...to make torch work on initial mount, as reported by @metrix-hu in https://github.com/mrousavy/react-native-vision-camera/issues/2050. That it's not working when recording is a...
Hey I think I fixed this in a recent change! Flash in video is now handled on JS side (as torch)
Preview is in video aspect, yes. There is one bug (https://github.com/mrousavy/react-native-vision-camera/issues/2142) which I'm fixing soon
Hm does that just happen while it sits idle, or when you navigate away or close the app?
This is an OpenGL error, I think it's because of the Preview View being destroyed by Android OS. I'll take a look