question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WebXRFeatureName.IMAGE_TRACKING "required feature not compatible" With BabylonReactNative

See original GitHub issue

Good night.

I’m trying to implement the feature WebXRFeatureName.IMAGE_TRACKING using the example code from https://github.com/BabylonJS/Babylon.js/pull/9512

const options = {
  images: [
    {
      src: 'https://i.pinimg.com/originals/2c/2f/73/2c2f73a2b0a1dac2559a6a5e1a64ed43.jpg',
      estimatedRealWorldWidth: 0.3
    }
]};

...
const imgTracking = fm.enableFeature(WebXRFeatureName.IMAGE_TRACKING, 'latest', options);

But throws the following error:

required feature not compatible

Smartphone

  • Device: Xiaomi Mi 9 Lite
  • OS: Android 10

How can I check the compatibility list or is it an error with my code?

Thanks for your suggestions

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
deltakoshcommented, Mar 3, 2021

Hey do you mind posting your question on the forum as stated in the issue template?

0reactions
brianzinncommented, Sep 23, 2021

🤦‍♂️ this is a closed issue from March 🤦‍♂️ … sorry I thought it was also you that had created an issue in the other repo. 🙏 ☕ ☕

Read more comments on GitHub >

github_iconTop Results From Across the Web

WebXRImageTracking not compatible error - Babylon.js Forum
I tried to run the playground for WebXRImageTracking, but unfortunately received the below error. Need some help.
Read more >
Bringing 3D and XR to React Native Applications | by Babylon.js
Babylon React Native is an integration layer on top of Babylon ... Debugging — any React Native module using JSI is not compatible...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found