react-three-arjs
react-three-arjs copied to clipboard
AR.js with react-three-fiber
For the example on https://github.com/artcom/react-three-arjs/tree/main/example I'm only seeing my camera feed. While I have below on the console logs. ``` WebXR emulator extension overrides native WebXR API with polyfill. log.js?7596:24...
equipment: huawei system: HarmonyOS The picture becomes big after the camera is turned on , Could you tell me why? thank you In addition could you tell me where are...
I think currently it's not possible to tweak the ArToolkitContext paramaters: https://ar-js-org.github.io/AR.js-Docs/marker-based/#threexartoolkitcontext I would like to turn down maxDetectionRate a bit to save some CPU power on low end mobile...
When use 'useState' onMarkersFound prop on ARMarker. My App broke after the marker was found. But when using only console.log everything works perfectly ` { console.log('Marker 31'); setMarkerName("Bird 1984"); }}...