英文:
Unusual GPU error when using ARCore, Unrecognised Android chroma siting range
问题
我收到以下错误信息:
E/mali_winsys: 无法识别的Android色度定位范围:[2, 2]。应用默认设置
当打开我的ArCore活动时,无论使用哪个模型和纹理范围,都会出现这个错误。
为了测试,我正在使用S20 FE,其中包含一款搭载Mali GPU的Exynos版本。
虽然这不会阻止活动正常启动和运行,但我觉得最好还是询问一下,这次谷歌没有给我帮助。
即使使用最基本的Arcore示例,我仍然会收到这个错误。
有其他人见过这个问题吗?
英文:
I'm receiving the error:
E/mali_winsys: Unrecognised Android chroma siting range: [2, 2]. Applying default
When opening my ArCore activities, any of them, using any range of models and textures.
For testing I'm using a S20 FE, the exynos version which has a Mali Gpu.
While this does not impede the activity to launch and work as intended, I thought it would be better to ask, and google wasn't my friend this time around.
Even using the absolute most barebones Arcore examples, I still receive the error.
Anyone else ever saw this?
答案1
得分: 1
感谢分享这个错误!看起来ARCore正在尝试使用Mali不理解的无效色度子采样位置。
英文:
Thanks for sharing this error! It looks like ARCore is trying to use an invalid chroma sub-sample location that Mali doesn't understand.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论