Currently, I am working on a web-based project using THREE.js and AR.js for augmented reality.
One issue I have encountered is that when the "marker" moves out of view of my camera, the augmented reality image either disappears or remains stuck on the edge of the screen.
I came across Vuforia version 2.8 which seems to have fixed this problem. You can watch the details here: Vuforia SDK 2.8: Now with Extended Tracking
I am curious if there is a similar solution available for web-based augmented reality using AR.js?