Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Hello!
I developing another AR app for a Museum. I have multiple targets distribuited on a single image that serves as background.
The user have to "pick" one of these marker/targets to trigger the right content. But if I am not so much away from the set of images, invevitably all the targets will show in my device camera and the app will visualize me every contents attached to the triggers.
Can I in OS3D set a "interface" when a pop up says "pick your chosen target" and I have to manually tap on the screen to "activate" the trigger?
Is possible to arrange the app for each time the app recognize more than one targets, it force the user to pick manually a target and activate only that target?
Regards, Damiano
Offline
Hello,
yes I think it's possible.
you can use a var plugit to increment / decrement the number of found markers.
and check the number to choose the behavior.
Offline
Hello!
Thank you, but I am not sure to have unterstand very well. If you have some spare time, can you post me a small example?
Best regards, Damiano
Offline
marker1.found -> var.increment "1"
marker1.lost-> var.decrement "1"
marker2.found -> var.increment "1"
marker2.lost-> var.decrement "1"
....
var.modified -> if.superior > 1
if.true -> several markers are found
if false -> only one or less are found
Offline
Thank you! I will try!
Damiano
Offline
Pages: 1