I’m using 8th Wall’s image recognition feature in XR8_A.ts, which is loaded as a React component.
To avoid having to request camera permission again through a page refresh, I’m navigating to a new React component that includes XR8_B.ts as a Single Page Application.
However, there’s a problem - when testing the project on iPhone XR or iPhone X, the reality value in the processCpuResult argument received in XR8_B.ts’s onUpdate function is sometimes null.
Please advise on how to solve this.
I’m using Three.js for 3D rendering.