I have some questions regarding to js-aruco augmented reality library. First, what I want to do is making an application that, using the computer web cam, identifies some marker (that is showed in front of the camera) and then looks for a virtual object that corresponds to the marker. What I've seen in the js-aruco code are only samples that, after the marker identification, shows a virtual object demtermined by the code. What I'm looking for is something more general, that searchs in some of a database where there are lot of virtual objects and then shows the object that corresponds to the marker. Does someone know if it's possible with js-aruco?
Second, the virtual objects in some js-aruco codes that I've seen are made by Three.js. I want to deal with those kind of 3d models seen in Sketchfab or another, but I don't know how to do this. How Do I convert them to three.js?
As you can see, I'm kind of lost. If you have any clue to give me or have any code sample that does what I want to do, it would be helpful.