The Image Target sample project does not work when trying live view and throws:
| Error: No valid session manager to handle this session. at https://cdn.8thwall.com/xr-simd-24.1.5.2165.js:18:441305 at Generator.next () at E (https://cdn.8thwall.com/xr-simd-24.1.5.2165.js:1:5189)
All other image target projects on my account also show the same error
Are you trying to test the image target experience using your computerβs camera? By default xrweb uses the back camera (which isnβt present on desktop). You can try configuring the camera the use the front camera:
I am getting the same error in my image target project, I have to disable auto loading of targets to get the scene/xrweb to load.
If I then call to load them via XR8.XrController.configure({ imageTargets: [...] });,
I get a warning: [XR] Image Targets are not supported in the current session. [xr-simd-24.1.5.2165.js:18](https://cdn.8thwall.com/xr-simd-24.1.5.2165.js)
Worth noting that Iβm running locally in dev mode on a laptop.
Thanks, Iβm just beginning a new project, at the moment just running locally in dev, a self-hosted Vue project served up securely at https://127.0.0.1:5173.
Iβm a little rusty, itβs been a bit since my last image-tracking 8th wall project, I believe I used to be able to do this and immediately get the camera feed, but currently I get the grid world when scene loads up.