Cannot create AR session: "DOMException: The specified session configuration is not supported" |
||
Issue descriptionChrome Version: Chrome 70.0.3538.64 OS: Android 9, Pixel 1 When creating an AR session with `environmentIntegration: true` and `outputContext: <XRPresentationContext>`, the request is rejected with: `DOMException: The specified session configuration is not supported`. This is reproducible in the codelab[0] as well as Chacmool[1] page. There has not been any changes to these codebases since the summer, and there's been no platform API changes AFAIK. [0] https://googlecodelabs.github.io/ar-with-webxr/final/ [1] https://web-education-ar-demo.appspot.com/ What steps will reproduce the problem? (1) Go to an AR page above, request session, see error. What is the expected result? To start an AR session. What happens instead? The request is rejected.
,
Oct 25
arcore is not included on stable or beta. We should document this and make it more obvious (hide hittest flag, hide hittest api) so feature detection works until arcore is enabled on stable/beta.
,
Oct 27
Only the Java code can differ between channels. Thus, we cannot change the C++ flags or Blink code. The real solution is to just ship to all channels (issue 891098).
,
Oct 30
see comment #4 - WAI. |
||
►
Sign in to add a comment |
||
Comment 1 Deleted