Search Unity

AR Foundation / Find image target on the server based on image from the camera

Discussion in 'AR' started by Vladimir_91, Feb 10, 2020.

  1. Vladimir_91

    Vladimir_91

    Joined:
    Jul 20, 2016
    Posts:
    12
    Hello guys, we wanna try to use many-many image targets that exist on our servers, we would like to compare image from the camera with database of images from our server to find it. So we would like to make the same thing as Vuforia Cloud does. Is it possible to do?
     
  2. samuelmorais

    samuelmorais

    Joined:
    Aug 3, 2012
    Posts:
    62
    Hello,
    You can detect many images, but you must provide at runtime the complete list of images that will be tracked by AR Foundation Image Tracking.
    I don't know how many images you want to search for, but if they are just a few, maybe this solution is ok.
    If you need to search for thousands of images, you need another approach, which I can't suggest right now (if you find one, please tell me, I would like to know too :) ).