ARCore SKD was updated to version 1.31 in May 2022.
With this update, they increased the Depth Sensing from 8m to 65m: https://developers.google.com/ar/develop/depth/changes#android-ndk-c
Old function: ArFrame_acquireDepthImage()
New function: ArFrame_acquireDepthImage16Bits()
However, WebXR seems to be using the old function until now. Because I am only able to retrieve the Depth until 8m.
This is probably because WebXR has not been updated since May.
Will this be updated very soon?
And what does WebXR return? Does it return the raw depth values or the depth values?
Thank you very much for your replies.