Hey guys, so I'm trying to read qr codes from the ar camera. I already have it all working, the only issue is that I always get too blurry a picture on my AR camera to be able to actually get any info from it. I've tried setting the AR camera focus mode but it doesn't have any of the options available. I'm using a Pixel 2. Does this phone really not have any of those options available? Or is there a fix to this?
- Sort Posts
- 8 replies
- Last post
Camera Focus Mode Not Working
Camera Focus Mode Not Working
Hello Ber42Nard42,
If you do not include the ARCore package in your Unity project it will not be utilized. You can also set your allowed Fusion provider to: FUSION_PROVIDER_VUFORIA_SENSOR_FUSION
This will prevent ARCore and ARKit from being used.
Thanks,
Vuforia Engine Support
Camera Focus Mode Not Working
Hello,
By default, ARCore is used for Vuforia Fusion features. In 7.2.20, it is used for Ground Plane, Model Targets and Extended Tracking.
Since ARCore does not yet support auto focus, Vuforia Fusion will not support it unless you reconfigure to Vuforia's solution: https://library.vuforia.com/articles/Training/vuforia-fusion-article.html (see the Fusion APIs topic about 3/4 down)
Thanks,
Vuforia Engine Support
Camera Focus Mode Not Working
Vuforia 7.2.20 utilizes ARCore unless disabled. ARCore does not currently support auto-focus. This article has some additional information on this: https://library.vuforia.com/content/vuforia-library/en/articles/Training/vuforia-fusion-article.html
Thanks,
Vuforia Engine Support
Thanks Strasza,
Remove ARCore package seems to work. Torch works now too on my S8. I will continue to test to be sure that no problem occurs anywhere.