Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depth Sensing up to 65m since ARCore May 2022 Update #38

Open
valantano opened this issue Jun 28, 2022 · 1 comment
Open

Depth Sensing up to 65m since ARCore May 2022 Update #38

valantano opened this issue Jun 28, 2022 · 1 comment

Comments

@valantano
Copy link

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.

@bialpio
Copy link
Contributor

bialpio commented Jun 28, 2022

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?

Thanks for raising this! You're correct, WebXR implementation in Chrome for Android uses old function. We'll look into upgrading this to newer function but I cannot promise any specific timeline for that.

And what does WebXR return? Does it return the raw depth values or the depth values?

We use depth values (i.e. not the raw depth).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants