简体   繁体   English

基于Vuforia的Unity3d游戏模糊相机

[英]Vuforia based Unity3d Game blurry camera

I had been trying a app that I developed in Unity3d on multiple android devices. 我一直在尝试在多个Android设备上使用Unity3d开发的应用程序。 For some reason in some devices the camera seems blurry.Can anyone help me out please? 由于某些设备的某些原因,相机似乎模糊。有人可以帮我吗?

FOCUS_MODE_CONTINUOUSAUTO works well on all of my Android devices. FOCUS_MODE_CONTINUOUSAUTO在我的所有Android设备上都能正常运行。 Read the article below for more info. 阅读下面的文章以获取更多信息。

https://developer.vuforia.com/library/articles/Solution/Camera-Focus-Modes https://developer.vuforia.com/library/articles/Solution/Camera-Focus-Modes

We encourage using FOCUS_MODE_CONTINUOUSAUTO in your applications whenever it is available on the device. 我们鼓励您在设备上可以使用FOCUS_MODE_CONTINUOUSAUTO的应用程序。 When setting this mode, if the return value of setFocusMode() is TRUE your application will provide sharp camera images for both superior rendering, as well as for robust tracking performance. 设置此模式时,如果setFocusMode()的返回值为TRUE,则您的应用程序将提供清晰的相机图像,以提供出色的渲染以及强大的跟踪性能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM