"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

generating image targets by my own

Helo there, I want to make app using unity and (ofc) vuforia, but I want to not use vuforia cloud etc., but my own db and server. As i said, I wanna load markers and 3d objects from my own db on my own server, and then (for example on initializing application) create image targets from these data. Problem is I can make it works only if i have datasets generated from Your target manager instead of markers as jpg/png files from my db. My app is gonna to use hundreds of markers so I really don't want to import all markers twice (one time to my db and secondly to target manager). So, maybe there is any way to create image targets without data set? Or maybe can I generate dataset "on the air", while initializing my app? I have read documentation of "Vuforia Web Services API", but unfortunatelly didn't found any solution :( All the best, Kuba :)

Hello Kuba,

Only our Cloud Recognition and Database provide this functionality at the current time. If you want to host the images and targets on your own server, you'll need to process them on the Target Manager first.

Thanks,

Vuforia Support