Vuforia - Getting Started on Android

Android 2.3.3

I am new to Vuforia and Augmented Reality in particular. So please excuse me if this is a very simple question.

I managed to download and run a sample application from Vuforia for text recognition and image recognition. Now I decided to create a sample application (Image Targeting).

Here's what I did: Following the steps in Vuforia

  • Download the SDK from Vuforia.

  • Created the database using Target Manager in the Vuforia Developer Console.

  • Adding a goal - I uploaded the image to the database I just created. This is an image of the letter A.

  • Target update - skipped this step

  • Loading goals. We selected the image and clicked "Download selected targets" and got a zip file on my system. I extracted it, and now I see two files, one is a .dat and the other is an .xml file.

Now I have no idea what to do, from here ...

Here is what I wanted to do. When I scan image A with my application, it should show that you scanned A. That it is just as simple.

Can someone tell me what I need to do from here.

I tried to find tutorials on the vuforia Android part, but I really didn't get any help from the Internet. Please help me if you have any links with you.

Thanks in advance!


Thanks for your quick reply. Sushil

Edit 1: Okie, I see them in the Assets folder. I will also add them to the Assets folder. Now, can I change the files in the sample application with my files (which I downloaded) and change the links to make the sample application work for my files? It's simple?

+6
source share
1 answer

You need to save these two target image files (.dat and .xml in the resource folder) and then use them in the code.

Check out the sample application. You will see .xml and .dat files inside the assets folder

+4
source

Source: https://habr.com/ru/post/951873/


All Articles