We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another question. This might fix the issue I'm having with the preview quality. When I goto the Setting screen the focus option is only "fixed".
this is the builder
val cameraBuilder = CameraBuilder(activity) .useDefaultConfig() .setFacing(Camera.CameraInfo.CAMERA_FACING_BACK) .setPreviewSize(Size(1140, 2560)) .setRecordingHint(true) .setFocusMode(Camera.Parameters.FOCUS_MODE_AUTO, Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO, Camera.Parameters.FOCUS_MODE_MACRO)
I even tried in code
mCameraController?.setFocusMode(Camera.Parameters.FOCUS_MODE_AUTO)
and still does not work.
I'm using Samsung S10 android os13 and I know it has auto focus. supported=[fixed]
on Samsung S23+ it does report supported=[infinity, auto, macro, continuous-video, continuous-picture]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Another question. This might fix the issue I'm having with the preview quality.
When I goto the Setting screen the focus option is only "fixed".
this is the builder
I even tried in code
and still does not work.
I'm using Samsung S10 android os13 and I know it has auto focus.
supported=[fixed]
on Samsung S23+ it does report
supported=[infinity, auto, macro, continuous-video, continuous-picture]
The text was updated successfully, but these errors were encountered: