Can we create an augmented reality object to a specific place/location without using geo points. Just have it been in the cameraview, so wherever I point the camera the object should be displayed.
E
Eva
said
almost 7 years ago
Hi,
In order to have an augmented object you would need to work with either an image tracker or with GeoLocations.
Thanks
A
Anuraj SL
said
almost 7 years ago
Yes. That I have already understood, but I want to show the ar object wherever I want in the camera by dragging, instead of click. Can u suggest someway for this ?
J
Jose Luis Rios
said
almost 7 years ago
Hi, you want an ARObject always on screen? ; you need to use a tracker o using a geo object; but if you want a images you can add Image to HTML and use a touch framework to moveit; you also can try snaptoscreen but you need to create a ARtracker first. Also can use a relative location to put 3Dmodels on screen
A
Anuraj SL
said
almost 7 years ago
That's great. Thanks a lot! I have tried many times but couldn't. It would be great if you could provide me with some sample code for this.
Anuraj SL