QR+AR with any QR code

0 votes
asked Jul 24, 2018 by eric-vg (120 points)
Hey EasyAR devs,

Is it possible to place a 3D object on ANY scanned QR code, instead of a predesigned one? Otherwise, it's kind of useless to use QR codes in the first place.

We need to support a dynamic amount of QR codes for our app, which all display the same 3D object. The data of the QR code is then used by our own app for server data fetching. So, how do I show a 3D object on any QR code, instead of a preset image?

1 Answer

0 votes
answered Jul 26, 2018 by albert52 (31,850 points)

I understand your needs.
1) first of all, you want to realize dynamic loading. Please refer to sample: HelloARTarget(https://www.easyar.com/view/download.html#download-nav2

2) it is not recommended to use qr codes as imagetarget, and use texture-rich images as imagetarget, which will be more stable

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...