yes there is a library, is called "TUIO", i know that with this lirary the programme reactivision speacks with processing and send the informantion about id x axis y axis of every marker...i don't know if are some examples.... i hope that someone have any sketches about it
my question is: how do associate the marker with image? yes i can reconize every different marker because every marker have an id that differentiates it from the other....yes my question is how to bring this marker in connection to an image..... i need only this step: the string of code that wich i can associte a marker with an image
Answers
is this a library ?
Are there any examples coming with it?
yes there is a library, is called "TUIO", i know that with this lirary the programme reactivision speacks with processing and send the informantion about id x axis y axis of every marker...i don't know if are some examples.... i hope that someone have any sketches about it
maybe change the section of the forum for your question to library section.
Try this:
https://forum.processing.org/two/search?Search=TUIO
Kf
thanks chrisir
kfrajer i see the link that you post but i can't find the comment that i need
please don't post duplicates.
What exactly is your question?
Can you show your code?
Can you recognize the every marker? Does it have an unique number / ID?
Is your question how to bring this number in connection to an image?
I mean the process has different steps, which one do you need help with?
my question is: how do associate the marker with image? yes i can reconize every different marker because every marker have an id that differentiates it from the other....yes my question is how to bring this marker in connection to an image..... i need only this step: the string of code that wich i can associte a marker with an image
You can make a hashMap and just put an ID image name pair in it
Then retrieve info with get(ID)
See hashMap in reference
thanks a lot chrisir
If you only have line 3 different IDs just use if-else
okok thanks