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
{{ message }}
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Thomas brought up a pain point for the app, that the camera isn't focusing on certain devices. Looking to grab more information about this issue from the other organizers/directors.
The text was updated successfully, but these errors were encountered:
mCameraSource = new CameraSource.Builder(this, barcodeDetector)
.setFacing(CameraSource.CAMERA_FACING_BACK)
.setRequestedPreviewSize(1600, 1024)
**.setAutoFocusEnabled(true)**
.build();
I'm not sure what sort of improvements this would cause with regards to the focus on the camera. I'm getting a new tablet to commence testing next week. Will report back with results.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thomas brought up a pain point for the app, that the camera isn't focusing on certain devices. Looking to grab more information about this issue from the other organizers/directors.
The text was updated successfully, but these errors were encountered: