How to improve camera stream quality when scanning for marker ? #402
-
We are trying to implement marker scan feature in AR. While trying to scan marker, camera stream almost blurry ( as in screenshot). Tried to update CameraConfig in Session object with highest cpuImageSize & gpuTextueSize ( from received configs session.getSupportedCameraConfigs(cameraConfigFilter) ) , but it is not working for us. Could anyone help us to improve the camera quality ? |
Beta Was this translation helpful? Give feedback.
Answered by
ThomasGorisse
Aug 9, 2022
Replies: 1 comment 1 reply
-
Hi. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
udayk07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
It's an ARCore issue.
You have to set the config auto focus mode after the session creation.
E.g. after
onResume()
Or move to SceneView.