You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fotoapparat = Fotoapparat
.with(this)
.into(cameraView)
.lensPosition(back())
.logger(loggers(logcat()))
.focusMode(autoFocus()) // <--- this line changed
.photoSize(wideRatio(biggestSize()))
.build();
this issue doesn't arise. But then obviously I can't use continuous focus mode.
Unfortunately, I don't have access to the problematic device right now, so I can't do additional testing. If this issue isn't solved because of that, feel free to close it, and I can open an issue again when I get access to the device.
The text was updated successfully, but these errors were encountered:
We encountered somewhat similar (although not exactly the same) problem on an an emulator, but this is the first time we hear about it happening on a real device. Will try to fix it 👍
Hey guys, thanks for this very useful library.
Problem:
When using a Moto G4, I can take a picture once. But the second time I try to take a picture, it doesn't work.
Details:
this issue doesn't arise. But then obviously I can't use continuous focus mode.
Unfortunately, I don't have access to the problematic device right now, so I can't do additional testing. If this issue isn't solved because of that, feel free to close it, and I can open an issue again when I get access to the device.
The text was updated successfully, but these errors were encountered: