How do you focus on the Android Camera for use with ARCore

Hello I am wondering, how do you focus the Android camera when using ARCore. A lot of my trackers only pick up if they are a certain distance, and for use on a business card, it will never pick up because the camera is set to one focus and its blurry with up close objects. Any ideas?

Autofocus is something I wouldn’t mind either.

Thank you ahead of time.

I believe adding this via manifest requirements overrides will get focus when its first activated only.
this is what your looking for though, Parameters.FOCUS_MODE_CONTINUOUS_VIDEO
I have not discovered how to change this setFocusMode Parameter. Did you ever figure it out?

I guess as of arcore2 Autofucus is on by default now.
For a regular camera video feed, you still need to turn it on,such as bar code, qr code etc.

Wondering about the same, huge problem, cant do any type of image recogniztion

“arcore2 Autofucus is on by default now.”, no, im not having autofocus there. S7