Hey,
I'm a new Vuforia user and i'm looking for informations (i'm using Vuforia 9.8.8 with Unity). I want to create an app where an user can take pictures that will be saved in a database (or modify existing targets) and will be used as imageTarget. I know that we can create an imageTarget at runtime and set it with "RuntimeImageSource.SetImage()" but I don't if I can save it to a database (or modify an existing one).
Thanks for your time !
edit: If I wasn't specific enough, I want the user to be able to upload from the app what his camera is currently filming into a Vuforia Database
Hi !
First, I'm trying to get the images from a database. So far, I've created a database where I save my image's path (from my computer) and I use the FileUtil.ReplaceFile function to import the images in Unity as assets. From there, I can create the imageTargets and everything works fine but I doubt it will work on an app after I build it on android for example. Is there a solution where I can use the path of an image (even if the path is from a server) or is the URL the only solution to retrieve an image from a server within an app?
I don't have a lot of knowledge in databases so I'm sorry if that question doesn't make a lot of sense.
I'm using the JSON format as you can see in the attached file
P.S. Well, I realized my question isn't about Vuforia features anymore so, your help should stop here. Thanks for your help !