I want to set up a kiosk with a webcam with some dancing characters in it. I would like to use surface tracking to allow the users to place the characters where they want in frame and to look like the character is actually on the ground next to them.
In the documentation, I am seeing that world effect can only be used with mobile and headsets? So maybe it just is not compatible for webcam on desktop?
Note: World Effects (SLAM) can only be used with XR8.XrConfig.device().MOBILE_AND_HEADSETS or XR8.XrConfig.device().MOBILE.
xrface="allowedDevices: any; cameraDirection: front; mirroredDisplay: true"
seems to be the only way I get the camera active, but then tracking doesn’t work.
xrconfig="allowedDevices: any;
seems to be giving me just a screen the same color as the background rather than the camera.
Also tried XR8.XrController.configure({disableWorldTracking: false})