Skip to content
New issue

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

Facing auto focus issue #1662

Open
rahulmitra-ncompass opened this issue Nov 28, 2024 · 1 comment
Open

Facing auto focus issue #1662

rahulmitra-ncompass opened this issue Nov 28, 2024 · 1 comment

Comments

@rahulmitra-ncompass
Copy link

In some devices when streaming autofocus not working, it is focusing and then immediately going out of focus and the process is repeated for the entirety of the stream.

Any suggestions ?

@pedroSG94
Copy link
Owner

Hello,

First of all try enable autofocus manually. After startStream/startRecord/startPreview call enableAutoFocus method and check that return true to confirm that it is enabled correctly.

If you already added this and the problem persists then I can't do anything about it because it is related with the auto focus implementation of each device. You can try add tapToFocus to fix it and with this feature the user can focus touching the screen if it is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants