-
Notifications
You must be signed in to change notification settings - Fork 824
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
xr-environment attribute causes errors the second time a webxr session is started #4755
Comments
I can't repro on my devices. Also, I'll note that Chrome 117 is fairly old, having been released 7 months ago. The current release is 124. If @LR17 can update to the latest version and try again, I'd appreciate knowing if it still repros for them! |
Thanks for confirming! I tried it again this morning and I still can't provoke the issue that you're talking about. Could you also provide the device that you're testing with and also the version of ARCore that's installed on your device? (You can find this by going to Settings->Apps->See All->Google Play Services for AR. The version is listed at the bottom.) Also, when this error appears does it cause a noticeable disruption to the AR content? (Black screen, no model shown, corrupted display, etc?) Or does the model display as expected and the only indication of a problem is the console messages? |
It's a Samsung tablet SM-X200 When the error appears the model is still shown but I suspect the light estimation feature is not working properly |
Thank you again! I really appreciate your willingness to follow up on this. I'm guessing this is the device that you're referring to. If so, then it should be an ARCore supported device, according to the official support list. There's no compatibility notes listed there indicating that lighting estimation may not work or anything like that. The GPU is relatively low-end so it's possible that it's just not able to keep up with lighting estimation and AR tracking at the same time, but I'd sort of expect there to be a note to that effect it that were the case. As for the ARCore version, I have a slightly newer one on my devices (1.42) so you may want to see if there's any updates available for "Google Play Services for AR" in the Play store, but it's not too old so I'd be somewhat surprised if that was contributing. @elalish: I'm going to guess that this particular device is getting into a state where it's either not providing valid lighting estimates or providing them at a lower/more erratic rate, and that's throwing off either Chrome's implementation or Three's/model-viewer's expectations. Worth looking at the Three code first to see if there's any bad assumptions being made about consistency of lighting estimation data being provided. (If so it's probably my fault, I think Three is still using some of my code for that.) |
Description
When using xr-environment attribute, reopening a webxr session (after having closed a previous one)
causes NPE errors in the console
Live Demo
https://modelviewer.dev/examples/augmentedreality/#ar
Version
Browser Affected
OS
AR
The text was updated successfully, but these errors were encountered: