Marc Rousavy
Marc Rousavy
Hey - @danieloprado if you want this fixed please try to figure out what the problem here is: - Try running a native Java/Kotlin Android app that uses **Camera2** to...
Wait why are you closing the issue? Doesn't it still crash on the Samsung A53?
Hey! Good question, I think there is no callback to find out when focussing has been successful, but I'll take a look soon!
Hey - so the `focus()` function will now only resolve once focus has happened. It can also reject/throw if focus was canelled. So this is now implemented in V4.
Interesting - try this: 1. Remove `video` and `frameProcessor` props to see if the VIDEO template makes it darker 2. Try to use a lower fps (e.g. `fps={15}`) to see...
I believe the only thing that's a bug here is that the selfie camera is stretched. I don't know why that's happening tbh, @blancham do you have any ideas?
@MassimoDeLuca I guess you tested on a Samsung device? Apparently setting FPS doesnt work on samsung at all; I fixed this here: https://github.com/mrousavy/react-native-vision-camera/pull/2138
So I think the issue is probably that the `PreviewView`'s Surface size does not update when the device / format / video size changes, so it's stuck in a wrong...
> I would like to get this fix for fps sure, how much are you currently sponsoring?