I have a client who has seen This kind of stuff and would like to have a similar application for his products. I would usually tackle this using open frameworks with libcv or something like that. I’d like to give vvvv a shot though.
I’d just like to know, is this possible in vvvv. I suppose 3d models and such is not the problem, but rather is it possible to have a properly working 3d tracking mechanism? If so, which nodes should I be looking at?
vvvv doesn’t have a markerless tracking solution as this video demoes. the closest you could come with vvvv out of the box is using the ARTK+Tracker (FreeFrame DShow9) node that comes with the addonpack, which requires an extra license for commercial use though. also i am not sure of its quality (was a quick proof of concept implementation some years ago) and the library i based it on is no longer being developed.
so i’d say with this special tracking task vvvv will not help you out of the box. the way to go would be writing your own tracking based on whatever opencv/openframworks code as either a standalone that communicates via UDP or you implement it as a freeframe node. and then use all the conveniences vvvv offers in rapid prototyping while putting the graphics, the tracking and the logic together.
I think markerless isn’t a requirement, so I probably could make use of fiducial. I’ll do some testing to see how it all works out. I’m sure I’ll be back with a few questions soon.
then you go int the folder Freeframe
you have a file named
ARTK+Tracker help.v4p
and a dll with the same name
you paste those in your freeframe folder in your vvvv folder
i am trying to figure out witch tag i have used
so i ve upload this one i found on my computer linekernel.net/artkp.png
if it is not working try those
studierstube.icg.tu-graz.ac.at/handheld_ar/download/ARToolKitPlus_AllMarkers.zip
studierstube.icg.tu-graz.ac.at/handheld_ar/images/artoolkitplus_AllIdMarkers.gif
and i upload you the file i modifiyed for the triangles
like this you will understand how i did linekernel.net/a.v4p
Hi guys, thank you so much for being so generous with your work LineKernal, unfortunately your linekernel.net/a.v4p and linekernel.net/artkp.png links seems to be dead, any chance of reposting it? Thanks again, and really fantastic work!
I just started using VVVV too, for a project with Augmented Reality.
Of course I made what LineKernel suggests, but it doesn’t work at the moment.
I have the message “ARTK+Tracker.dll is missing”. But this dll is in the folder freeframes from vvvv. And without this dll, the ARTK+Tracker Node can’t word. I also tried to copy and paste from the lastet version of ARTK+Tracker, but it still not working…
Does anyone have an idea to fix this “file missing” (which is not missing because the file is in the folder) ?
you say you got beta34.2 + addonpack (both 32bit) and you can open the helppatch of ARTK+Tracker (Freeframe DShow9) but it doesn’t work? where do you get that errormessage regarding the missing .dll?