Error in Android Logcat: ViewManager::GetProjectionMatrix: near must be greater than zero; near=0

Include the following details (edit as applicable):

  • Issue category: Semantic Segmentation / Real-time Mapping-Depth / ARDK Documentation / Unity Example Package / Sample App aka ‘AR Voyage’ / ARDK Virtual Studio Tools / Developer Tools / Networking / VPS / Scanning Framework
  • Device type & OS version: Android
  • Host machine & OS version: Windows / Linux
  • Issue Environment: On Device
  • ARDK version:3.10
  • Unity version: 2022.3.16

Description of the issue:
Hello, I have this kind of errors in Android Logcat

In the camera settings nearClippingPlane = 0.3 and I’m not changing it in any way.
The scene works fine, I just have meshing and semantic segmentation, placing objects on the mesh by clicking. However, I get this error in logcat. Do you know why it is?

Hello,

So you’re saying that the scene works correctly on Android despite the error appearing right? I believe this is a benign error message that appears in the logcat but it doesn’t actually affect the game. I’ll double check that though to make sure this is the case.

Yes, scene works as expected, desipite the error in Logcat

I have confirmed on my end that this error message is benign and shouldn’t cause any issues. I see you’re saying the scene runs fine. If in the future you’re having issues and see this error message, there’s a good chance the issue is elsewhere. We’ve observed that ARCore will print this error message out even if nothing is wrong.